Uses of Class
org.opengis.test.TestCase
-
Packages that use TestCase Package Description org.opengis.test The GeoAPI conformance testing framework.org.opengis.test.coverage.image Test suites for coverage implemented on top of the Java Image I/O API.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage.org.opengis.test.referencing.gigs Implements the Geospatial Integrity of Geoscience Software tests.org.opengis.test.util Validators and test suites for theorg.opengis.utilpackage.org.opengis.test.wkt Tests Well-Known Text (WKT) parsing. -
-
Uses of TestCase in org.opengis.test
Methods in org.opengis.test that return TestCase Modifier and Type Method Description TestCaseTestEvent. getSource()Deprecated.Returns theTestCaseinstance which is been run. -
Uses of TestCase in org.opengis.test.coverage.image
Subclasses of TestCase in org.opengis.test.coverage.image Modifier and Type Class Description classImageIOTestCaseBase class for all image I/O tests.classImageReaderTestCaseBase class for testingImageReaderimplementations.classImageWriterTestCaseBase class for testingImageWriterimplementations. -
Uses of TestCase in org.opengis.test.referencing
Subclasses of TestCase in org.opengis.test.referencing Modifier and Type Class Description classAffineTransformTestTests affine transforms from theorg.opengis.referencing.operationpackage.classAuthorityFactoryTestTests the creation of referencing objects from the authority factories given at construction time.classCRSTestDeprecated.Renamed asAuthorityFactoryTest.classObjectFactoryTestTests the creation of referencing objects from the object factories given at construction time.classParameterizedTransformTestTests parameterized math transforms from theorg.opengis.referencing.operationpackage.classReferencingTestDeprecated.Renamed asObjectFactoryTest.classReferencingTestCaseBase class ofCoordinateReferenceSystemimplementation tests.classTransformTestCaseBase class forMathTransformimplementation tests. -
Uses of TestCase in org.opengis.test.referencing.gigs
Subclasses of TestCase in org.opengis.test.referencing.gigs Modifier and Type Class Description classAuthorityFactoryTestCase<T>Base class for tests of EPSG definitions (2000 series).classGIGS2001Verifies reference units of measure bundled with the geoscience software.classGIGS2002Verifies reference ellipsoid parameters bundled with the geoscience software.classGIGS2003Verifies reference prime meridians bundled with the geoscience software.classGIGS2004Verifies reference geodetic datums and CRSs bundled with the geoscience software.classGIGS2005Verifies reference map projections bundled with the geoscience software.classGIGS2006Verifies reference projected CRSs bundled with the geoscience software.classGIGS2007Verifies reference coordinate transformations bundled with the geoscience software.classGIGS2008Verifies reference vertical datums and CRSs bundled with the geoscience software.classGIGS2009Verifies reference vertical transformations bundled with the geoscience software.classGIGS3002Verifies that the software allows correct definition of a user-defined ellipsoid.classGIGS3003Verifies that the software allows correct definition of a user-defined prime meridian.classGIGS3004Verifies that the software allows correct definition of a user-defined geodetic datum and geodetic CRS.classGIGS3005Verifies that the software allows correct definition of a user-defined map projection.classUserObjectFactoryTestCase<T>Base class for tests of new CRS definitions (3000 series). -
Uses of TestCase in org.opengis.test.util
Subclasses of TestCase in org.opengis.test.util Modifier and Type Class Description classNameTestTests generic name and related objects from theorg.opengis.utilpackage. -
Uses of TestCase in org.opengis.test.wkt
Subclasses of TestCase in org.opengis.test.wkt Modifier and Type Class Description classCRSParserTestTests the Well-Known Text (WKT) parser of Coordinate Reference System (CRS) objects.
-