Save This Page
Home » openjdk-7 » net.firstpartners.nounit » utility » [javadoc | source]
net.firstpartners.nounit.utility
public class: TestTextUtil [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      net.firstpartners.nounit.utility.TestTextUtil
Tests the functions in the Util Class
Constructor:
 public TestTextUtil(String name) 
    Constructor Required by Junit
    Parameters:
    name -
Method from net.firstpartners.nounit.utility.TestTextUtil Summary:
main,   setUp,   suite,   testRemove,   testRemoveTrailing,   testReplace,   testReplaceAll
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.firstpartners.nounit.utility.TestTextUtil Detail:
 public static  void main(String[] args) 
    Enable Junit to run this Class individually
 public  void setUp() 
    Method to setup logging test
 public static Test suite() 
    Enable Junit to run this class
 public  void testRemove() 
    Test the remove funtionality
 public  void testRemoveTrailing() 
    Test the remove trailing functionality
 public  void testReplace() 
    Tests replace method
 public  void testReplaceAll() 
    Tests replaceAll method