Package de.latlon.ets.wms13.core
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 Summary
ConstructorsConstructorDescriptionDefault constructor uses the location given by the "user.home" system property as the root output directory.AbstractWmsTestNGController(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
-
AbstractWmsTestNGController
public AbstractWmsTestNGController()Default constructor uses the location given by the "user.home" system property as the root output directory. -
AbstractWmsTestNGController
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
-