| org.apache.harmony.tests.java.math.BigIntegerNotTest
BigIntegerNotTest | public class BigIntegerNotTest extends TestCase (Code) | | Class: java.math.BigInteger
Methods: and, andNot
|
testAndNotNegNegFirstLonger | public void testAndNotNegNegFirstLonger()(Code) | | andNot for two negative numbers; the first is longer
|
testAndNotPosPosFirstLonger | public void testAndNotPosPosFirstLonger()(Code) | | andNot for two positive numbers; the first is longer
|
testAndNotPosPosFirstShorter | public void testAndNotPosPosFirstShorter()(Code) | | andNot for two positive numbers; the first is shorter
|
testNegPosFirstLonger | public void testNegPosFirstLonger()(Code) | | andNot for a negative and a positive numbers; the first is longer
|
testNotNeg | public void testNotNeg()(Code) | | Not for a negative number
|
testNotOne | public void testNotOne()(Code) | | Not for ONE
|
testNotPos | public void testNotPos()(Code) | | Not for a positive number
|
testNotSpecialCase | public void testNotSpecialCase()(Code) | | Not for a negative number
|
testNotZero | public void testNotZero()(Code) | | Not for ZERO
|
|
|