| org.geotools.util.DisjointSetTest
DisjointSetTest | final public class DisjointSetTest extends TestCase (Code) | | Test the
DisjointSet class.
version: $Id: DisjointSetTest.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 | testDisjointSet() Test the set. |
DisjointSetTest | public DisjointSetTest(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.
|
testDisjointSet | public void testDisjointSet()(Code) | | Test the set.
|
|
|