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 Summary
ConstructorsConstructorDescriptionDefault constructor uses the location given by the "user.home" system property as the root output directory.AbstractWmtsTestNGController(String outputDirUri) Construct a controller that writes results to the given output directory. -
Method Summary
Methods inherited from class de.latlon.ets.core.AbstractTestNGController
doTestRun, findXmlArgs, getCode, getTestNgConfiguration, getTitle, getVersion
-
Constructor Details
-
AbstractWmtsTestNGController
public AbstractWmtsTestNGController()Default constructor uses the location given by the "user.home" system property as the root output directory. -
AbstractWmtsTestNGController
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
- Specified by:
validateTestRunArgsin classde.latlon.ets.core.AbstractTestNGController
-