| |
|
| org.apache.harmony.tests.java.math.BigIntegerToStringTest
BigIntegerToStringTest | public class BigIntegerToStringTest extends TestCase (Code) | | Class: java.math.BigInteger
Method: toString(int radix)
|
testRadix10Neg | public void testRadix10Neg()(Code) | | test negative number of radix 10
|
testRadix10Pos | public void testRadix10Pos()(Code) | | test positive number of radix 10
|
testRadix16Neg | public void testRadix16Neg()(Code) | | test negative number of radix 16
|
testRadix16Pos | public void testRadix16Pos()(Code) | | test positive number of radix 16
|
testRadix24Neg | public void testRadix24Neg()(Code) | | test negative number of radix 24
|
testRadix24Pos | public void testRadix24Pos()(Code) | | test positive number of radix 24
|
testRadix2Neg | public void testRadix2Neg()(Code) | | test negative number of radix 2
|
testRadix2Pos | public void testRadix2Pos()(Code) | | test positive number of radix 2
|
testRadix36Neg | public void testRadix36Neg()(Code) | | test negative number of radix 24
|
testRadix36Pos | public void testRadix36Pos()(Code) | | test positive number of radix 24
|
testRadixOutOfRange | public void testRadixOutOfRange()(Code) | | If 36 < radix < 2 it should be set to 10
|
|
|
|