Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigInteger/
DStringConstructor.java89 private static void constructWithoutError(String goodString, long value) { in constructWithoutError() argument
90 BigInteger bi = new BigInteger(goodString); in constructWithoutError()
92 String.format("From ``%s'' expected %d, got %s.\n", goodString, value, bi)); in constructWithoutError()