| org.geotools.gui.swing.tree.NamedTreeNodeTest
NamedTreeNodeTest | public class NamedTreeNodeTest extends TestCase (Code) | | Tests
NamedTreeNode , especially the part that instantiate them using Java reflection.
version: $Id: NamedTreeNodeTest.java 25175 2007-04-16 13:40:57Z desruisseaux $ author: Martin Desruisseaux (Geomatys) |
NamedTreeNodeTest | public NamedTreeNodeTest(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.
|
testCitations | public void testCitations()(Code) | | Verifies that
AbstractMetadata.asTree uses instances of
NamedTreeNode .
Because those instances were created by Java reflection, the compiler will not detect
broken link, so we need to check with this test case.
|
|
|