| net.firstpartners.nounit.utility.test.TestTextUtil
TestTextUtil | public class TestTextUtil extends TestCase (Code) | | Tests the functions in the Util Class
|
TestTextUtil | public TestTextUtil(String name)(Code) | | Constructor Required by Junit
Parameters: name - |
main | public static void main(String[] args)(Code) | | Enable Junit to run this Class individually
Parameters: args - |
setUp | public void setUp()(Code) | | Method to setup logging test
|
suite | public static Test suite()(Code) | | Enable Junit to run this class
TestDataCaptureDefaults.class |
testRemove | public void testRemove()(Code) | | Test the remove funtionality
|
testRemoveTrailing | public void testRemoveTrailing()(Code) | | Test the remove trailing functionality
|
testReplace | public void testReplace()(Code) | | Tests replace method
|
testReplaceAll | public void testReplaceAll()(Code) | | Tests replaceAll method
|
|
|