| org.geotools.metadata.MetadataStandardTest
MetadataStandardTest | public class MetadataStandardTest extends TestCase (Code) | | Tests the
MetadataStandard class.
version: $Id: MetadataStandardTest.java 25175 2007-04-16 13:40:57Z desruisseaux $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String[] args) Run the suit from the command line. | public static Test | suite() Returns the test suite. | public void | testEquals() Tests the shallow equals and copy methods. | public void | testMap() Tests the
PropertyMap implementation. |
MetadataStandardTest | public MetadataStandardTest(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.
|
testEquals | public void testEquals()(Code) | | Tests the shallow equals and copy methods.
|
|
|