Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » util » [javadoc | source]
org.apache.cocoon.poi.util
public class: TestBitField [javadoc | source]
java.lang.Object
   TestCase
      org.apache.cocoon.poi.util.TestBitField
Class to test BitField functionality
Constructor:
 public TestBitField(String name) 
    Constructor TestBitField
    Parameters:
    name -
Method from org.apache.cocoon.poi.util.TestBitField Summary:
main,   testClear,   testClearShort,   testGetRawValue,   testGetShortRawValue,   testGetShortValue,   testGetValue,   testIsAllSet,   testIsSet,   testSet,   testSetBoolean,   testSetShort,   testSetShortBoolean,   testSetShortValue,   testSetValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.util.TestBitField Detail:
 public static  void main(String[] ignored_args) 
    main method to run the unit tests
 public  void testClear() 
    test the clear() method
 public  void testClearShort() 
    test the clearShort() method
 public  void testGetRawValue() 
    test the getRawValue() method
 public  void testGetShortRawValue() 
    test the getShortRawValue() method
 public  void testGetShortValue() 
    test the getShortValue() method
 public  void testGetValue() 
    test the getValue() method
 public  void testIsAllSet() 
    test the isAllSet() method
 public  void testIsSet() 
    test the isSet() method
 public  void testSet() 
    test the set() method
 public  void testSetBoolean() 
    test the setBoolean() method
 public  void testSetShort() 
    test the setShort() method
 public  void testSetShortBoolean() 
    test the setShortBoolean() method
 public  void testSetShortValue() 
    test the setShortValue() method
 public  void testSetValue() 
    test the setValue() method