Class AbstractWmsTestNGController

java.lang.Object
de.latlon.ets.core.AbstractTestNGController
de.latlon.ets.wms13.core.AbstractWmsTestNGController
All Implemented Interfaces:
com.occamlab.te.spi.jaxrs.TestSuiteController
Direct Known Subclasses:
WmsDgiwgTestNGController

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

    • AbstractWmsTestNGController

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

      public AbstractWmsTestNGController(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