| org.apache.commons.lang.text.StrLookupTest
StrLookupTest | public class StrLookupTest extends TestCase (Code) | | Test class for StrLookup.
version: $Id: StrLookupTest.java 437554 2006-08-28 06:21:41Z bayard $ |
main | public static void main(String[] args)(Code) | | Main method.
Parameters: args - command line arguments, ignored |
suite | public static Test suite()(Code) | | Return a new test suite containing this test case.
a new test suite containing this test case |
testMapLookup | public void testMapLookup()(Code) | | |
testMapLookup_nullMap | public void testMapLookup_nullMap()(Code) | | |
testNoneLookup | public void testNoneLookup()(Code) | | |
testSystemProperiesLookup | public void testSystemProperiesLookup()(Code) | | |
|
|