| org.geotools.util.VersionTest
VersionTest | final public class VersionTest extends TestCase (Code) | | Tests the
Version class, especially the
compareTo method.
since: 2.4 version: $Id: VersionTest.java 24576 2007-02-24 00:07:40Z desruisseaux $ author: Martin Desruisseaux |
Constructor Summary | |
public | VersionTest(String name) Constructs a test case with the given name. |
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 | testAlphaNumeric() Tests a alpha-numeric version. | public void | testNumeric() Tests a numeric-only version. |
VersionTest | public VersionTest(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.
|
testAlphaNumeric | public void testAlphaNumeric()(Code) | | Tests a alpha-numeric version.
|
testNumeric | public void testNumeric()(Code) | | Tests a numeric-only version.
|
|
|