Class JavaApplicationLaunchFixture.ApplicationWrapper

java.lang.Object
java.lang.Thread
de.gebit.integrity.runner.fixtures.JavaApplicationLaunchFixture.ApplicationWrapper
All Implemented Interfaces:
Runnable
Enclosing class:
JavaApplicationLaunchFixture

public class JavaApplicationLaunchFixture.ApplicationWrapper extends Thread
This wrapper thread is used to run the actual application.
Author:
Rene Schneider - initial API and implementation
  • Constructor Details

    • ApplicationWrapper

      public ApplicationWrapper(Class<?> aMainClass, Method aMainMethod, String[] someArguments)
      Creates an instance.
  • Method Details