| org.geotools.resources.ResourceBundleTest
ResourceBundleTest | final public class ResourceBundleTest extends TestCase (Code) | | Tests the
ResourceBundle class, especially
Vocabulary .
version: $Id: ResourceBundleTest.java 24576 2007-02-24 00:07:40Z desruisseaux $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String[] args) Run the test from the command line. | public static Test | suite() Returns the test suite. | public void | testVocabulary() Tests some simple vocabulary words. |
ResourceBundleTest | public ResourceBundleTest(String name)(Code) | | Constructs a test case with the given name.
|
main | public static void main(String[] args)(Code) | | Run the test from the command line.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testVocabulary | public void testVocabulary()(Code) | | Tests some simple vocabulary words.
|
|
|