public class SuiteFixtureListener extends Object implements ISuiteListener
ISuite interface| Constructor and Description |
|---|
SuiteFixtureListener() |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
isXMLSchema(File file)
Determines if the content of the given file represents an XML Schema.
|
void |
onFinish(ISuite suite) |
void |
onStart(ISuite suite) |
(package private) void |
processGmlReference(ISuite suite)
Extracts schema references from the GML resource identified by the
supplied test run argument.
|
(package private) void |
processIUTParameter(ISuite suite)
Processes the
TestRunArg.IUT test suite
parameter that refers to a POSTed message entity. |
(package private) void |
processSchematronSchema(ISuite suite)
Adds a URI reference specifying the location of a Schematron schema.
|
public void onStart(ISuite suite)
onStart in interface ISuiteListenerpublic void onFinish(ISuite suite)
onFinish in interface ISuiteListenervoid processIUTParameter(ISuite suite)
TestRunArg.IUT test suite
parameter that refers to a POSTed message entity. Its value is a URI
referring to either an application schema or a GML document. If the
resource is an XML Schema the
TestRunArg.XSD parameter is set;
otherwise it is assumed to be a GML data resource.suite - An ISuite object representing a TestNG test suite.void processGmlReference(ISuite suite)
SCHEMA_LOC_SET (of type
Set<URI>).suite - An ISuite object representing a TestNG test suite.void processSchematronSchema(ISuite suite)
suite - An ISuite object representing a TestNG test suite.boolean isXMLSchema(File file)
file - A File object.true if the file contains an XML Schema; false
otherwise.Copyright © 2016 Open Geospatial Consortium. All rights reserved.