Class AbstractWmtsTestNGController

java.lang.Object
de.latlon.ets.core.AbstractTestNGController
org.opengeospatial.cite.wmts10.ets.core.AbstractWmtsTestNGController
All Implemented Interfaces:
com.occamlab.te.spi.jaxrs.TestSuiteController
Direct Known Subclasses:
WmtsNSGTestNGController

public abstract class AbstractWmtsTestNGController extends de.latlon.ets.core.AbstractTestNGController
Main test run controller for WMTS oversees execution of TestNG test suites.
Author:
Lyn Goltz (original), Jim Beatty (modified/fixed May/Jun/Jul-2017 for WMS and/or WMTS)
  • Constructor Details

    • AbstractWmtsTestNGController

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

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