| org.geotools.metadata.CitationsTest
CitationsTest | public class CitationsTest extends TestCase (Code) | | Tests
Citations and related constants.
version: $Id: CitationsTest.java 25711 2007-06-01 11:07:57Z desruisseaux $ author: Martin Desruisseaux |
Constructor Summary | |
public | CitationsTest(String name) Constructs a test case with the given name. |
CitationsTest | public CitationsTest(String name)(Code) | | Constructs a test case with the given name.
|
main | public static void main(String[] args)(Code) | | Run the suit from the command line.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testCitation | public void testCitation()(Code) | | Makes sure that
Citations constants are immutables.
|
testToString | public void testToString()(Code) | | Tests the
AbstractMetadata.toString method first, since debugging
will relying a lot on this method for the remaining of the test suite.
|
|
|