| org.geotools.coverage.io.MetadataBuilderTest
MetadataBuilderTest | public class MetadataBuilderTest extends TestCase (Code) | | Tests the
MetadataBuilder implementation.
version: $Id: MetadataBuilderTest.java 27848 2007-11-12 13:10:32Z 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 | testAlias() Tests the addition of alias. | public void | testFormat() Tests the formatting. |
MetadataBuilderTest | public MetadataBuilderTest(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. Run the test with the
"-print" option in order to print test to standard output.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testAlias | public void testAlias() throws IOException(Code) | | Tests the addition of alias.
|
|
|