| com.sun.jbi.management.TestLocalStringKeys
TestLocalStringKeys | public class TestLocalStringKeys extends junit.framework.TestCase (Code) | | Tests for the LocalStringKeys class.
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | TestLocalStringKeys(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
Method Summary | |
public void | testKeys() Test the message keys to make sure the class and the properties file
have the same set of keys. | public void | testProperties() Test the content of the properties file for syntax errors. |
TestLocalStringKeys | public TestLocalStringKeys(String aTestName)(Code) | | The constructor for this testcase, forwards the test name to
the jUnit TestCase base class.
Parameters: aTestName - String with the name of this test. |
|
|