Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » util » [javadoc | source]
org.apache.cocoon.poi.util
public class: TestIntList [javadoc | source]
java.lang.Object
   TestCase
      org.apache.cocoon.poi.util.TestIntList
Class to test IntList
Constructor:
 public TestIntList(String name) 
    Constructor TestIntList
    Parameters:
    name -
Method from org.apache.cocoon.poi.util.TestIntList Summary:
main,   testAdd,   testAddAll,   testClear,   testConstructors,   testContains,   testContainsAll,   testEquals,   testGet,   testIndexOf,   testIsEmpty,   testLastIndexOf,   testRemove,   testRemoveAll,   testRemoveValue,   testRetainAll,   testSet,   testSize,   testToArray
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.util.TestIntList Detail:
 public static  void main(String[] unused_args) 
    main method to run the unit tests
 public  void testAdd() 
    test the add method
 public  void testAddAll() 
    test the addAll method
 public  void testClear() 
    test the clear method
 public  void testConstructors() 
    test the various IntListconstructors
 public  void testContains() 
    test the contains method
 public  void testContainsAll() 
    test the containsAll method
 public  void testEquals() 
    test the equals method
 public  void testGet() 
    test the get method
 public  void testIndexOf() 
    test the indexOf method
 public  void testIsEmpty() 
    test the isEmpty method
 public  void testLastIndexOf() 
    test the lastIndexOf method
 public  void testRemove() 
    test the remove method
 public  void testRemoveAll() 
    test the removeAll method
 public  void testRemoveValue() 
    test the removeValue method
 public  void testRetainAll() 
    test the retainAll method
 public  void testSet() 
    test the set method
 public  void testSize() 
    test the size method
 public  void testToArray() 
    test the toArray method