|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.lang.BitFieldTest
Class to test BitField functionality
| Constructor Summary | |
BitFieldTest(java.lang.String name)
Constructor BitFieldTest |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
static junit.framework.Test |
suite()
|
void |
testByte()
|
void |
testClear()
test the clear() method |
void |
testClearShort()
test the clearShort() method |
void |
testGetRawValue()
test the getRawValue() method |
void |
testGetShortRawValue()
test the getShortRawValue() method |
void |
testGetShortValue()
test the getShortValue() method |
void |
testGetValue()
test the getValue() method |
void |
testIsAllSet()
test the isAllSet() method |
void |
testIsSet()
test the isSet() method |
void |
testSet()
test the set() method |
void |
testSetBoolean()
test the setBoolean() method |
void |
testSetShort()
test the setShort() method |
void |
testSetShortBoolean()
test the setShortBoolean() method |
void |
testSetShortValue()
test the setShortValue() method |
void |
testSetValue()
test the setValue() method |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BitFieldTest(java.lang.String name)
name - | Method Detail |
public static void main(java.lang.String[] args)
public static junit.framework.Test suite()
public void testGetValue()
public void testGetShortValue()
public void testGetRawValue()
public void testGetShortRawValue()
public void testIsSet()
public void testIsAllSet()
public void testSetValue()
public void testSetShortValue()
public void testByte()
public void testClear()
public void testClearShort()
public void testSet()
public void testSetShort()
public void testSetBoolean()
public void testSetShortBoolean()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||