Class TestRunnerDriver

java.lang.Object
com.isomorphic.autotest.TestRunnerConfiguration
com.isomorphic.autotest.TestRunnerLauncher
com.isomorphic.autotest.TestRunnerDriver
All Implemented Interfaces:
DriverConfiguration

public class TestRunnerDriver extends com.isomorphic.autotest.TestRunnerLauncher implements DriverConfiguration
A wrapper class that allows TestRunner to be run from a Java application. Option configuration managed through the implemented interface DriverConfiguration.
  • Constructor Details

    • TestRunnerDriver

      public TestRunnerDriver() throws Exception
      Creates an instance of the TestRunner wrapper class so that setters may be called.
      Throws:
      Exception
  • Method Details

    • run

      public void run() throws Exception
      Runs TestRunner using the options that have been configured via previous setter calls.
      Throws:
      Exception