Package org.opengis.test
Base classes for validators and test suites for all GeoAPI objects. The
Validators
class provides static validate
methods that can be
used for validating existing instances of various kind. Those methods can be conveniently
imported in a test class with the following Java statement:
import static org.opengis.test.Validators.*;
No other validator class need to be considered, unless the validation process needs to be customized.
- Since:
- 2.2
- Version:
- 3.0
-
Class Summary Class Description Assert Assertion methods to be used by GeoAPI tests.TestCase Base class of GeoAPI tests.Units Pre-defined constants for the units of measurement used by the conformance tests.Validator Base class of all GeoAPI validators.ValidatorContainer A set of convenience methods for validating GeoAPI implementations.Validators A set of convenience static methods for validating GeoAPI implementations.