Class AbstractWfsTestNGController

java.lang.Object
de.latlon.ets.core.AbstractTestNGController
de.latlon.ets.wfs20.core.AbstractWfsTestNGController
All Implemented Interfaces:
com.occamlab.te.spi.jaxrs.TestSuiteController
Direct Known Subclasses:
WfsDgiwgTestNGController

public abstract class AbstractWfsTestNGController extends de.latlon.ets.core.AbstractTestNGController
Main test run controller oversees execution of TestNG test suites.
Author:
Lyn Goltz
  • Constructor Details

    • AbstractWfsTestNGController

      public AbstractWfsTestNGController()
      Default constructor uses the location given by the "user.home" system property as the root output directory.
    • AbstractWfsTestNGController

      public AbstractWfsTestNGController(String outputDirUri)
      Construct a controller that writes results to the given output directory.
      Parameters:
      outputDirUri - A file URI that specifies the location of the directory in which test results will be written. It will be created if it does not exist.
  • Method Details

    • validateTestRunArgs

      protected void validateTestRunArgs(Map<String,String> args)
      Specified by:
      validateTestRunArgs in class de.latlon.ets.core.AbstractTestNGController