Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addAllBindings(Map<String, String>) - Method in class org.opengis.cite.om20.util.NamespaceBindings
-
Adds all of the supplied namespace bindings to the existing set of entries.
- addNamespaceBinding(String, String) - Method in class org.opengis.cite.om20.util.NamespaceBindings
-
Adds a namespace binding that associates a namespace name with a prefix.
- ArrayObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- ArrayObservationValidation() - Constructor for class org.opengis.cite.om20.level1.ArrayObservationValidation
- assertDescendantElementCount(Document, QName, int) - Static method in class org.opengis.cite.om20.ETSAssert
-
Asserts that the given XML entity contains the expected number of descendant elements having the specified name.
- assertQualifiedName(Node, QName) - Static method in class org.opengis.cite.om20.ETSAssert
-
Asserts that the qualified name of a DOM Node matches the expected value.
- assertSchematronValid(URL, Source) - Static method in class org.opengis.cite.om20.ETSAssert
-
Asserts that an XML resource satisfies all applicable constraints specified in a Schematron (ISO 19757-3) schema.
- assertSchemaValid(Validator, Source) - Static method in class org.opengis.cite.om20.ETSAssert
-
Asserts that an XML resource is schema-valid.
- assertXPath(String, Node, Map<String, String>) - Static method in class org.opengis.cite.om20.ETSAssert
-
Asserts that an XPath 1.0 expression holds true for the given evaluation context.
B
- buildClient() - Static method in class org.opengis.cite.om20.util.ClientUtils
-
Builds a client component for interacting with HTTP endpoints.
- buildClientWithProxy(String, int) - Static method in class org.opengis.cite.om20.util.ClientUtils
-
Constructs a client component that uses a specified web proxy.
- buildGetRequest(URI, Map<String, String>, MediaType...) - Static method in class org.opengis.cite.om20.util.ClientUtils
-
Builds an HTTP request message that uses the GET method.
- buildSchematronValidator(String, String) - Static method in class org.opengis.cite.om20.util.ValidationUtils
-
Constructs a SchematronValidator that will check an XML resource against the rules defined in a Schematron schema.
C
- CategoryObservation() - Method in class org.opengis.cite.om20.level1.CategoryObservationValidation
-
CategoryObservation.
- CategoryObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- CategoryObservationValidation() - Constructor for class org.opengis.cite.om20.level1.CategoryObservationValidation
- CheckObservationTypeCategory(String) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Check Observation Type Category in schematron document resultTypeConsistent.sch
- CheckObservationTypeCount(String) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Check Observation Type Count in schematron document resultTypeConsistent.sch
- CheckObservationTypeMeasurement(String) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Check Observation Type Measurement in schematron document resultTypeConsistent.sch
- CheckObservationTypeTruth(String) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Check Observation Type Truth in schematron document resultTypeConsistent.sch
- CheckXPath2(String) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Check XPath2.0
- CheckXPath2Modified(String, File) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Check XPath2.0 modified version
- ClientUtils - Class in org.opengis.cite.om20.util
-
Provides various utility methods for creating and configuring HTTP client components.
- ClientUtils() - Constructor for class org.opengis.cite.om20.util.ClientUtils
- ComplexObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- ComplexObservationValidation() - Constructor for class org.opengis.cite.om20.level1.ComplexObservationValidation
- CountObservation() - Method in class org.opengis.cite.om20.level1.CountObservationValidation
-
CountObservation.
- CountObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- CountObservationValidation() - Constructor for class org.opengis.cite.om20.level1.CountObservationValidation
- createElement(QName) - Static method in class org.opengis.cite.om20.util.XMLUtils
-
Creates a new Element having the specified qualified name.
- CreateSchema(String, String) - Static method in class org.opengis.cite.om20.util.ValidationUtils
-
CreateSchema.
- createSchemaResolver(URI) - Static method in class org.opengis.cite.om20.util.ValidationUtils
-
createSchemaResolver.
- createSchematronValidator(ITestContext) - Method in class org.opengis.cite.om20.level1.SchematronTests
-
Attempts to construct a Schematron validator from a schema reference given in (a) the GML data file, or (b) a test run argument (in the ISuite context).
- CreateValidator(URL) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Create Validator for checking XML file against XML Schema file
- CreateValidatorFromXSD(URL) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Create validator from xsd file
D
- dataFile - Variable in class org.opengis.cite.om20.level1.DataFixture
-
Files containing tested subject.
- DataFixture - Class in org.opengis.cite.om20.level1
-
A supporting base class that provides a common fixture for validating data sets.
- DataFixture() - Constructor for class org.opengis.cite.om20.level1.DataFixture
-
Constructor for DataFixture.
- dereferenceURI(URI) - Static method in class org.opengis.cite.om20.util.URIUtils
-
Dereferences the given URI and stores the resulting resource representation in a local file.
- doTestRun(Document) - Method in class org.opengis.cite.om20.TestNGController
E
- EMPTY_STRING - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
EMPTY_STRING="EmptyString"
- ErrorMessage - Class in org.opengis.cite.om20
-
Utility class for retrieving and formatting localized error messages that describe failed assertions.
- ErrorMessage() - Constructor for class org.opengis.cite.om20.ErrorMessage
- ErrorMessageKeys - Class in org.opengis.cite.om20
-
Defines keys used to access localized messages for assertion errors.
- ErrorMessageKeys() - Constructor for class org.opengis.cite.om20.ErrorMessageKeys
- ETSAssert - Class in org.opengis.cite.om20
-
Provides a set of custom assertion methods.
- evaluateXPath(Node, String, Map<String, String>) - Static method in class org.opengis.cite.om20.util.XMLUtils
-
Evaluates an XPath 1.0 expression using the given context and returns the result as a node set.
- evaluateXPath(Node, String, Map<String, String>, QName) - Static method in class org.opengis.cite.om20.util.XMLUtils
-
Evaluates an XPath 1.0 expression using the given context and returns the result as the specified type.
- evaluateXPath2(Source, String, Map<String, String>) - Static method in class org.opengis.cite.om20.util.XMLUtils
-
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
- evaluateXPath2Modified(File, String, Map<String, String>) - Static method in class org.opengis.cite.om20.level1.DataFixture
-
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces modified version
- extractSchemaReferences(Source, String) - Static method in class org.opengis.cite.om20.util.ValidationUtils
-
Extracts a set of XML Schema references from a source XML document.
F
- filter(ClientRequestContext, ClientResponseContext) - Method in class org.opengis.cite.om20.ReusableEntityFilter
- format(String, Object...) - Static method in class org.opengis.cite.om20.ErrorMessage
-
Produces a formatted error message using the supplied substitution arguments and the current locale.
G
- generateXPathExpression(List<QName>, Map<String, String>) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Generates an XPath expression to find all instances of the given elements in the data being validated.
- GenericObservationDataValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- GenericObservationDataValidation() - Constructor for class org.opengis.cite.om20.level1.GenericObservationDataValidation
- GeometryObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- GeometryObservationValidation() - Constructor for class org.opengis.cite.om20.level1.GeometryObservationValidation
- get(String) - Static method in class org.opengis.cite.om20.ErrorMessage
-
Retrieves a simple message according to the current locale.
- getAllBindings() - Method in class org.opengis.cite.om20.util.NamespaceBindings
-
Returns an unmodifiable view of the declared namespace bindings.
- getCode() - Method in class org.opengis.cite.om20.TestNGController
- getElementsByNamespaceURI(Node, String) - Static method in class org.opengis.cite.om20.util.XMLUtils
-
Returns a List of all descendant Element nodes having the specified [namespace name] property.
- GetFileViaResourcePath(String) - Method in class org.opengis.cite.om20.level1.DataFixture
-
GetFileViaResourcePath.
- getName() - Method in enum class org.opengis.cite.om20.SuiteAttribute
-
getName.
- getNamespaceURI(String) - Method in class org.opengis.cite.om20.util.NamespaceBindings
- getNamespaceURI(String) - Method in class org.opengis.cite.om20.util.NamespaceResolver
- getPrefix(String) - Method in class org.opengis.cite.om20.util.NamespaceBindings
- getPrefix(String) - Method in class org.opengis.cite.om20.util.NamespaceResolver
- getPrefixes(String) - Method in class org.opengis.cite.om20.util.NamespaceBindings
- getPrefixes(String) - Method in class org.opengis.cite.om20.util.NamespaceResolver
- getResponseEntityAsDocument(Response, String) - Static method in class org.opengis.cite.om20.util.ClientUtils
-
Obtains the (XML) response entity as a DOM Document and resets the entity input stream for subsequent reads.
- getResponseEntityAsSource(Response, String) - Static method in class org.opengis.cite.om20.util.ClientUtils
-
Obtains the (XML) response entity as a JAXP Source object and resets the entity input stream for subsequent reads.
- GetResultTypeHref() - Method in class org.opengis.cite.om20.level1.DataFixture
-
GetResultTypeHref.
- getStandardBindings() - Static method in class org.opengis.cite.om20.util.NamespaceBindings
-
getStandardBindings.
- getTitle() - Method in class org.opengis.cite.om20.TestNGController
- getType() - Method in enum class org.opengis.cite.om20.SuiteAttribute
-
getType.
- getVersion() - Method in class org.opengis.cite.om20.TestNGController
- getXmlModelPIData(File) - Method in class org.opengis.cite.om20.level1.SchematronTests
-
Extracts the data items from the
xml-model
processing instruction. - GML - Enum constant in enum class org.opengis.cite.om20.TestRunArg
-
An absolute URI that refers to a representation of the test subject or metadata about it.
- GML - Static variable in class org.opengis.cite.om20.Namespaces
-
ISO 19136 (GML 3.2)
I
- isLoggable(Level) - Static method in class org.opengis.cite.om20.util.TestSuiteLogger
-
Indicates if the logger is enabled at a given logging level.
- isSchematronReference(Map<String, String>) - Method in class org.opengis.cite.om20.level1.SchematronTests
-
Indicates whether or not the given PI data includes a Schematron schema reference.
- isXMLSchema(File) - Static method in class org.opengis.cite.om20.util.XMLUtils
-
isXMLSchema.
- IUT - Enum constant in enum class org.opengis.cite.om20.TestRunArg
L
- LOCAL_NAME - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
LOCAL_NAME="LocalName"
- log(Level, String) - Static method in class org.opengis.cite.om20.util.TestSuiteLogger
-
Logs a simple message at the specified logging level.
- log(Level, String, Exception) - Static method in class org.opengis.cite.om20.util.TestSuiteLogger
-
Logs a message at the specified logging level with the given Exception object that represents a noteworthy error condition.
- log(Level, String, Object[]) - Static method in class org.opengis.cite.om20.util.TestSuiteLogger
-
Logs a message at the specified logging level with the given message parameters.
M
- main(String[]) - Static method in class org.opengis.cite.om20.TestNGController
-
A convenience method to facilitate test development.
- MeasurementData() - Method in class org.opengis.cite.om20.level1.MeasurementDataValidation
-
MeasurementData.
- MeasurementDataValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- MeasurementDataValidation() - Constructor for class org.opengis.cite.om20.level1.MeasurementDataValidation
- MISSING_ENTITY - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
MISSING_ENTITY="MissingEntity"
- MISSING_INFOSET_ITEM - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
MISSING_INFOSET_ITEM="MissingInfosetItem"
- model - Variable in class org.opengis.cite.om20.level1.DataFixture
-
An XSModel object representing a GML application schema.
N
- NAMESPACE_NAME - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
NAMESPACE_NAME="NamespaceName"
- NamespaceBindings - Class in org.opengis.cite.om20.util
-
Provides namespace bindings for evaluating XPath 1.0 expressions using the JAXP XPath API.
- NamespaceBindings() - Constructor for class org.opengis.cite.om20.util.NamespaceBindings
- NamespaceResolver - Class in org.opengis.cite.om20.util
-
NamespaceResolver class.
- NamespaceResolver(Document) - Constructor for class org.opengis.cite.om20.util.NamespaceResolver
-
Constructor for NamespaceResolver.
- Namespaces - Class in org.opengis.cite.om20
-
XML namespace names.
- NOT_SCHEMA_VALID - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
NOT_SCHEMA_VALID="NotSchemaValid"
O
- observation_type_category - Variable in class org.opengis.cite.om20.level1.DataFixture
- observation_type_complex - Variable in class org.opengis.cite.om20.level1.DataFixture
- observation_type_count - Variable in class org.opengis.cite.om20.level1.DataFixture
- observation_type_geometry - Variable in class org.opengis.cite.om20.level1.DataFixture
- observation_type_measurement - Variable in class org.opengis.cite.om20.level1.DataFixture
- observation_type_swe_array - Variable in class org.opengis.cite.om20.level1.DataFixture
- observation_type_swe_simple - Variable in class org.opengis.cite.om20.level1.DataFixture
- observation_type_temporal - Variable in class org.opengis.cite.om20.level1.DataFixture
- observation_type_truth - Variable in class org.opengis.cite.om20.level1.DataFixture
- ObservationValidation() - Method in class org.opengis.cite.om20.level1.GenericObservationDataValidation
-
A.1 Generic observation data.
- obtainTestSubject(ITestContext) - Method in class org.opengis.cite.om20.level1.DataFixture
-
obtainTestSubject.
- OM - Static variable in class org.opengis.cite.om20.Namespaces
-
Constant
OM="http://www.opengis.net/om/2.0"
- onExecutionFinish() - Method in class org.opengis.cite.om20.TestRunListener
- onExecutionStart() - Method in class org.opengis.cite.om20.TestRunListener
- onFinish(ISuite) - Method in class org.opengis.cite.om20.SuiteFixtureListener
- onStart(ISuite) - Method in class org.opengis.cite.om20.SuiteFixtureListener
- org.opengis.cite.om20 - package org.opengis.cite.om20
-
The root package includes supporting classes of general utility such as the main controller, listeners, and reporters.
- org.opengis.cite.om20.level1 - package org.opengis.cite.om20.level1
-
Conformance Level 1 includes basic facilities.
- org.opengis.cite.om20.util - package org.opengis.cite.om20.util
-
This package includes miscellaneous utility classes to support testing.
- originalSubject - Variable in class org.opengis.cite.om20.level1.DataFixture
- OWS - Static variable in class org.opengis.cite.om20.Namespaces
-
OGC 06-121r3 (OWS 1.1)
P
- parseURI(URI) - Static method in class org.opengis.cite.om20.util.URIUtils
-
Parses the content of the given URI as an XML document and returns a new DOM Document object.
- processIUTParameter(ISuite) - Method in class org.opengis.cite.om20.SuiteFixtureListener
- processSchematronSchema(ISuite) - Method in class org.opengis.cite.om20.SuiteFixtureListener
- processSuiteParameters(ISuite) - Method in class org.opengis.cite.om20.SuiteFixtureListener
-
Processes test suite arguments and sets suite attributes accordingly.
- processXmlReference(ISuite) - Method in class org.opengis.cite.om20.SuiteFixtureListener
R
- removeParameters(MediaType) - Static method in class org.opengis.cite.om20.util.ClientUtils
-
Creates a copy of the given MediaType object but without any parameters.
- resolveRelativeURI(String, String) - Static method in class org.opengis.cite.om20.util.URIUtils
-
Constructs an absolute URI from the given URI reference and a base URI.
- resolveURIAsFile(URI) - Static method in class org.opengis.cite.om20.util.URIUtils
-
resolveURIAsFile.
- Resource_GML_Path - Variable in class org.opengis.cite.om20.level1.DataFixture
- Resource_SWE_Path - Variable in class org.opengis.cite.om20.level1.DataFixture
- ResultGeometry() - Method in class org.opengis.cite.om20.level1.GeometryObservationValidation
-
A.6 Geometry observation data.
- ResultSWEBlock() - Method in class org.opengis.cite.om20.level1.ArrayObservationValidation
-
A.10 SWE array observation data.
- ResultSWErecord() - Method in class org.opengis.cite.om20.level1.ComplexObservationValidation
-
A.8 Complex observation data.
- ResultSWEscalar() - Method in class org.opengis.cite.om20.level1.ScalarObservationValidation
-
A.9 SWE scalar observation data.
- ResultTimeObject() - Method in class org.opengis.cite.om20.level1.TemporalObservationValidation
-
A.7 Temporal observation data.
- resultToString(Result) - Static method in class org.opengis.cite.om20.util.XMLUtils
-
Writes the result of a transformation to a String.
- ReusableEntityFilter - Class in org.opengis.cite.om20
-
Buffers the (response) entity so it can be read multiple times.
- ReusableEntityFilter() - Constructor for class org.opengis.cite.om20.ReusableEntityFilter
- ROOT_PKG - Static variable in class org.opengis.cite.om20.util.ValidationUtils
-
Constant
ROOT_PKG="/org/opengis/cite/om20/"
S
- SAM - Static variable in class org.opengis.cite.om20.Namespaces
-
Constant
SAM="http://www.opengis.net/sampling/2.0"
- SamplingCurveDataValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- SamplingCurveDataValidation() - Constructor for class org.opengis.cite.om20.level1.SamplingCurveDataValidation
- SamplingFeatureObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- SamplingFeatureObservationValidation() - Constructor for class org.opengis.cite.om20.level1.SamplingFeatureObservationValidation
- SamplingPointDataValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- SamplingPointDataValidation() - Constructor for class org.opengis.cite.om20.level1.SamplingPointDataValidation
- SamplingSolidDataValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- SamplingSolidDataValidation() - Constructor for class org.opengis.cite.om20.level1.SamplingSolidDataValidation
- SamplingSurfaceDataValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- SamplingSurfaceDataValidation() - Constructor for class org.opengis.cite.om20.level1.SamplingSurfaceDataValidation
- SamplingValid() - Method in class org.opengis.cite.om20.level1.SamplingFeatureObservationValidation
-
A.12 Sampling feature data.
- SAMS - Static variable in class org.opengis.cite.om20.Namespaces
-
Constant
SAMS="http://www.opengis.net/samplingSpatial/"{trunked}
- ScalarObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- ScalarObservationValidation() - Constructor for class org.opengis.cite.om20.level1.ScalarObservationValidation
- SCH - Enum constant in enum class org.opengis.cite.om20.TestRunArg
- SCH - Static variable in class org.opengis.cite.om20.Namespaces
-
Schematron (ISO 19757-3) namespace
- SCHEMA_LOC_SET - Enum constant in enum class org.opengis.cite.om20.SuiteAttribute
- SchemaElement(String, String, File) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Return
"true"
if candidate element node satisfy all three of the following conditions: Condition 1: The name of the candidate node matches the specifiednodeName
or matches the name of an element in a substitution group headed by an element namednodeName
. - SCHEMATRON - Enum constant in enum class org.opengis.cite.om20.SuiteAttribute
- SchematronTests - Class in org.opengis.cite.om20.level1
-
Verifies that a GML instance document adheres to the constraints defined in Schematron schemas.
- SchematronTests() - Constructor for class org.opengis.cite.om20.level1.SchematronTests
- setDataFile(File) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Sets the data file.
- setSchemaModel(XSModel) - Method in class org.opengis.cite.om20.level1.DataFixture
-
Sets the schema model (for unit testing purposes).
- ShapeTypeConsistent() - Method in class org.opengis.cite.om20.level1.SamplingCurveDataValidation
-
A.15 Verify that the XML element sams:shape contains a subelement in the substitution group of gml:AbstractCurve or a link to a representation of a curve.
- ShapeTypeConsistent() - Method in class org.opengis.cite.om20.level1.SamplingFeatureObservationValidation
-
A.13 Spatial Sampling feature data.
- ShapeTypeConsistent() - Method in class org.opengis.cite.om20.level1.SamplingPointDataValidation
-
A.14 Verify that XML element sams:shape contains a subelement in the substitution group of gml:Point or a link to a representation of a point.
- ShapeTypeConsistent() - Method in class org.opengis.cite.om20.level1.SamplingSolidDataValidation
-
A.17 Verify that the XML element sams:shape contains a subelement in the substitution group of gml:AbstractSolid or a link to a representation of a solid.
- ShapeTypeConsistent() - Method in class org.opengis.cite.om20.level1.SamplingSurfaceDataValidation
-
A.16 Verify that the XML element sams:shape contains a subelement in the substitution group of gml:AbstractSurface or a link to a representation of a surface.
- ShapeTypeConsistent() - Method in class org.opengis.cite.om20.level1.SpatialSamplingFeatureValidation
-
A.13 Spatial Sampling feature data.
- SML - Static variable in class org.opengis.cite.om20.Namespaces
-
Constant
SML="http://www.opengis.net/sensorml/2.0"
- SOAP_ENV - Static variable in class org.opengis.cite.om20.Namespaces
-
SOAP 1.2 message envelopes.
- SpatialObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- SpatialObservationValidation() - Constructor for class org.opengis.cite.om20.level1.SpatialObservationValidation
- SpatialParameter() - Method in class org.opengis.cite.om20.level1.SpatialObservationValidation
-
A.11 Spatial observation data.
- SpatialSamplingFeatureValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- SpatialSamplingFeatureValidation() - Constructor for class org.opengis.cite.om20.level1.SpatialSamplingFeatureValidation
- SpatialSamplingValid() - Method in class org.opengis.cite.om20.level1.SamplingFeatureObservationValidation
-
A.13 Spatial Sampling feature data.
- SpatialSamplingValid() - Method in class org.opengis.cite.om20.level1.SpatialSamplingFeatureValidation
-
A.13 Spatial Sampling feature data.
- SPEC - Static variable in class org.opengis.cite.om20.Namespaces
-
Constant
SPEC="http://www.opengis.net/samplingSpecimen"{trunked}
- SpecimenObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- SpecimenObservationValidation() - Constructor for class org.opengis.cite.om20.level1.SpecimenObservationValidation
- SpecimenValid() - Method in class org.opengis.cite.om20.level1.SpecimenObservationValidation
-
A.18 Specimen data.
- SuiteAttribute - Enum Class in org.opengis.cite.om20
-
An enumerated type defining ISuite attributes that may be set to constitute a shared test fixture.
- SuiteFixtureListener - Class in org.opengis.cite.om20
-
A listener that performs various tasks before and after a test suite is run, usually concerned with maintaining a shared test suite fixture.
- SuiteFixtureListener() - Constructor for class org.opengis.cite.om20.SuiteFixtureListener
- SWE - Static variable in class org.opengis.cite.om20.Namespaces
-
Constant
SWE="http://www.opengis.net/swe/2.0"
T
- TemporalObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- TemporalObservationValidation() - Constructor for class org.opengis.cite.om20.level1.TemporalObservationValidation
- TEST_SUBJECT - Enum constant in enum class org.opengis.cite.om20.SuiteAttribute
-
A DOM Document representation of the test subject or metadata about it.
- TEST_SUBJECT_URI - Enum constant in enum class org.opengis.cite.om20.SuiteAttribute
-
An absolute URI referring to a DOM Document schema.
- TestNGController - Class in org.opengis.cite.om20
-
Main test run controller oversees execution of TestNG test suites.
- TestNGController() - Constructor for class org.opengis.cite.om20.TestNGController
-
Default constructor uses the location given by the "user.home" system property as the root output directory.
- TestNGController(String) - Constructor for class org.opengis.cite.om20.TestNGController
-
Construct a controller that writes results to the given output directory.
- TestRunArg - Enum Class in org.opengis.cite.om20
-
An enumerated type defining all recognized test run arguments.
- TestRunListener - Class in org.opengis.cite.om20
-
A listener that is invoked before and after a test run.
- TestRunListener() - Constructor for class org.opengis.cite.om20.TestRunListener
- testSubject - Variable in class org.opengis.cite.om20.level1.DataFixture
- testSubjectUri - Variable in class org.opengis.cite.om20.level1.DataFixture
- TestSuiteLogger - Class in org.opengis.cite.om20.util
-
Logging utility class that provides simple access to the JDK Logging API.
- toString() - Method in enum class org.opengis.cite.om20.SuiteAttribute
- toString() - Method in enum class org.opengis.cite.om20.TestRunArg
- toString() - Method in class org.opengis.cite.om20.util.NamespaceBindings
- transform(Source, Node) - Static method in class org.opengis.cite.om20.util.XMLUtils
-
Transforms the content of a DOM Node using a specified XSLT stylesheet.
- TruthObservation() - Method in class org.opengis.cite.om20.level1.TruthObservationValidation
-
TruthObservation.
- TruthObservationValidation - Class in org.opengis.cite.om20.level1
-
Includes various tests of capability 1.
- TruthObservationValidation() - Constructor for class org.opengis.cite.om20.level1.TruthObservationValidation
U
- UNEXPECTED_MEDIA_TYPE - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
UNEXPECTED_MEDIA_TYPE="UnexpectedMediaType"
- UNEXPECTED_STATUS - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
UNEXPECTED_STATUS="UnexpectedStatus"
- URIUtils - Class in org.opengis.cite.om20.util
-
Provides a collection of utility methods for manipulating or resolving URI references.
- URIUtils() - Constructor for class org.opengis.cite.om20.util.URIUtils
V
- validateTestRunArgs(Document) - Method in class org.opengis.cite.om20.TestNGController
-
Validates the given set of test run arguments.
- ValidationUtils - Class in org.opengis.cite.om20.util
-
A utility class that provides convenience methods to support schema validation.
- ValidationUtils() - Constructor for class org.opengis.cite.om20.util.ValidationUtils
- valueOf(String) - Static method in enum class org.opengis.cite.om20.SuiteAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.om20.TestRunArg
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.opengis.cite.om20.SuiteAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opengis.cite.om20.TestRunArg
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withStandardBindings() - Static method in class org.opengis.cite.om20.util.NamespaceBindings
-
Creates a NamespaceBindings object that declares the following namespace bindings: ows: "http://www.opengis.net/ows/1.1" xlink: "http://www.w3.org/1999/xlink" gml: "http://www.opengis.net/gml/3.2"
- writeNode(Node, OutputStream) - Static method in class org.opengis.cite.om20.util.XMLUtils
-
Writes the content of a DOM Node to a byte stream.
- writeNodeToString(Node) - Static method in class org.opengis.cite.om20.util.XMLUtils
-
Writes the content of a DOM Node to a String.
X
- XLINK - Static variable in class org.opengis.cite.om20.Namespaces
-
W3C XLink
- XML - Enum constant in enum class org.opengis.cite.om20.SuiteAttribute
- XML - Enum constant in enum class org.opengis.cite.om20.TestRunArg
- XML_ERROR - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
XML_ERROR="XMLError"
- XMLUtils - Class in org.opengis.cite.om20.util
-
Provides various utility methods for accessing or manipulating XML representations.
- XMLUtils() - Constructor for class org.opengis.cite.om20.util.XMLUtils
- XPATH_ERROR - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
XPATH_ERROR="XPathError"
- XPATH_RESULT - Static variable in class org.opengis.cite.om20.ErrorMessageKeys
-
Constant
XPATH_RESULT="XPathResult"
- xpathHasNodes(String) - Method in class org.opengis.cite.om20.level1.SchematronTests
-
xpathHasNodes.
- XSD - Enum constant in enum class org.opengis.cite.om20.TestRunArg
- XSD - Static variable in class org.opengis.cite.om20.Namespaces
-
Constant
XSD
- XSMODEL - Enum constant in enum class org.opengis.cite.om20.SuiteAttribute
-
Contains the XML Schema components comprising an application schema.
All Classes and Interfaces|All Packages|Constant Field Values