public class BitFieldTest extends Object
| Constructor and Description |
|---|
BitFieldTest() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public BitFieldTest()
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()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.