Class 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 Detail

      • ApplicationWrapper

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