| com.sun.jbi.util.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 | testKeysGood() Test the message keys to make sure the class and the properties file
have the same set of keys. |
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. |
|
|