| |
|
| org.geotools.referencing.IdentifiedObjectTest
IdentifiedObjectTest | final public class IdentifiedObjectTest extends TestCase (Code) | | Tests the creation of
AbstractIdentifiedObject and a few subclasses.
version: $Id: IdentifiedObjectTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Martin Desruisseaux |
IdentifiedObjectTest | public IdentifiedObjectTest(String testName)(Code) | | Construct a test case.
|
main | public static void main(String[] args)(Code) | | Run the suite from the command line.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testIdentifiedObject | public void testIdentifiedObject()(Code) | | Test
IdentifiedObject .
|
testIdentifier | public void testIdentifier()(Code) | | Tests
NamedIdentifier attributes. Useful for making sure that the
hash code enumerated in the switch statement in the constructor have
the correct value.
|
|
|
|