Class ReferencingTest

Object

Deprecated.
Renamed as ObjectFactoryTest.
Tests objects that combine all referencing sub-packages, especially crs, cs and datum. The instances are created using the various factories given at construction time.

Usage example:

in order to specify their factories and run the tests in a JUnit framework, implementers can define a subclass in their own test suite as in the example below:
import org.opengis.test.referencing.ReferencingTest;

public class MyTest extends ReferencingTest {
    public MyTest() {
        super(new MyCRSFactory(), new MyCSFactory(), new MyDatumFactory());
    }
}
Since:
2.3