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