Class GherkinTestRunner

java.lang.Object
dev.galasa.framework.GherkinTestRunner

public class GherkinTestRunner extends Object
Run the supplied test class
  • Constructor Details

    • GherkinTestRunner

      public GherkinTestRunner()
  • Method Details

    • runTest

      public void runTest(Properties bootstrapProperties, Properties overrideProperties) throws TestRunException
      Run the supplied test class
      Parameters:
      bootstrapProperties -
      overrideProperties -
      Throws:
      TestRunException
    • activate

      public void activate(org.osgi.framework.BundleContext context)