public class CtlController extends Object implements com.occamlab.te.spi.jaxrs.TestSuiteController
| Constructor and Description |
|---|
CtlController()
Constructs a controller object for this test suite.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
doTestRun(Document testRunArgs) |
String |
getCode() |
String |
getTitle() |
String |
getVersion() |
static void |
main(String[] args)
A convenience method for running the test suite using a command-line
interface.
|
public CtlController()
public static void main(String[] args) throws Exception
args - Test run arguments (optional). The first argument must refer
to a local XML properties file containing the expected set of test run
arguments. If no argument is supplied, the file located at
${user.home}/test-run-props.xml will be used.Exception - If an error errors during the test run.public String getCode()
getCode in interface com.occamlab.te.spi.jaxrs.TestSuiteControllerpublic String getVersion()
getVersion in interface com.occamlab.te.spi.jaxrs.TestSuiteControllerpublic String getTitle()
getTitle in interface com.occamlab.te.spi.jaxrs.TestSuiteControllerCopyright © 2020 Open Geospatial Consortium. All rights reserved.