Home
last modified time | relevance | path

Searched refs:sBI (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/math/
DOldBigIntegerToStringTest.java33 String sBI = bi.toString(); in test_toString1() local
34 assertEquals("toString method returns incorrect value instead of " + s, sBI, "0"); in test_toString1()
40 String sBI = bi.toString(); in test_toString2() local
41 assertEquals("toString method returns incorrect value instead of " + s, sBI, s); in test_toString2()
47 String sBI = bi.toString(); in test_toString3() local
48 assertEquals("toString method returns incorrect value instead of " + s, sBI, s); in test_toString3()
55 String sBI = bi.toString(); in test_toString4() local
56 assertEquals("toString method returns incorrect value instead of " + s, sBI, s); in test_toString4()
63 String sBI = bi.toString(); in test_toString5() local
64 assertEquals("toString method returns incorrect value instead of " + s, sBI, s); in test_toString5()
[all …]