| |
|
| org.apache.harmony.tests.java.math.BigIntegerXorTest
BigIntegerXorTest | public class BigIntegerXorTest extends TestCase (Code) | | Class: java.math.BigInteger
Method: xor
|
testNegNegFirstLonger | public void testNegNegFirstLonger()(Code) | | Xor for two negative numbers; the first is longer
|
testNegNegFirstShorter | public void testNegNegFirstShorter()(Code) | | Xor for two negative numbers; the first is shorter
|
testNegNegSameLength | public void testNegNegSameLength()(Code) | | Xor for two negative numbers of the same length
|
testNegPos | public void testNegPos()(Code) | | Xor for a negative number and zero
|
testNegPosFirstLonger | public void testNegPosFirstLonger()(Code) | | Xor for a negative and a positive numbers; the first is longer
|
testNegPosFirstShorter | public void testNegPosFirstShorter()(Code) | | Xor for two negative numbers; the first is shorter
|
testNegPosSameLength | public void testNegPosSameLength()(Code) | | Xor for two numbers of different signs and the same length
|
testOneOne | public void testOneOne()(Code) | | Xor for one and one
|
testPosNegFirstLonger | public void testPosNegFirstLonger()(Code) | | Xor for a positive and a negative numbers; the first is longer
|
testPosNegFirstShorter | public void testPosNegFirstShorter()(Code) | | Xor for a positive and a negative number; the first is shorter
|
testPosNegSameLength | public void testPosNegSameLength()(Code) | | Xor for two numbers of different signs and the same length
|
testPosPosFirstLonger | public void testPosPosFirstLonger()(Code) | | Xor for two positive numbers; the first is longer
|
testPosPosFirstShorter | public void testPosPosFirstShorter()(Code) | | Xor for two positive numbers; the first is shorter
|
testPosPosSameLength | public void testPosPosSameLength()(Code) | | Xor for two positive numbers of the same length
|
testPosZero | public void testPosZero()(Code) | | Xor for a positive number and zero
|
testZeroNeg | public void testZeroNeg()(Code) | | Xor for zero and a negative number
|
testZeroOne | public void testZeroOne()(Code) | | Xor for zero and one
|
testZeroPos | public void testZeroPos()(Code) | | Xor for zero and a positive number
|
testZeroZero | public void testZeroZero()(Code) | | Xor for zero and zero
|
|
|
|