Package org.opengis.cite.wcs20
Class CtlController
java.lang.Object
org.opengis.cite.wcs20.CtlController
- All Implemented Interfaces:
com.occamlab.te.spi.jaxrs.TestSuiteController
CtlController class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final File
findScriptFile
(URI uri) Creates a File from the given URI reference.getCode()
getTitle()
static void
A convenience method for running the test suite using a command-line interface.
-
Constructor Details
-
CtlController
public CtlController()Constructor for CtlController.
-
-
Method Details
-
main
A convenience method for running the test suite using a command-line interface.- Parameters:
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.- Throws:
Exception
- If an error errors during the test run.
-
getCode
- Specified by:
getCode
in interfacecom.occamlab.te.spi.jaxrs.TestSuiteController
-
getVersion
- Specified by:
getVersion
in interfacecom.occamlab.te.spi.jaxrs.TestSuiteController
-
getTitle
- Specified by:
getTitle
in interfacecom.occamlab.te.spi.jaxrs.TestSuiteController
-
doTestRun
- Specified by:
doTestRun
in interfacecom.occamlab.te.spi.jaxrs.TestSuiteController
- Throws:
Exception
-
findScriptFile
Creates a File from the given URI reference. If the URI is not absolute, is is resolved against the location of the TE_BASE/scripts directory; if a file does not exist at this location the URI is assumed to be a classpath reference.- Parameters:
uri
- An absolute or relative URI.- Returns:
- A File object, or null if one could not be created.
-