Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/math/
DDoubleUtilsTest.java53 failFormat( in testBigToDouble()
79 private static void failFormat(String template, Object... args) { in failFormat() method in DoubleUtilsTest
DLongMathTest.java341 failFormat("expected log10(%s, UNNECESSARY) = %s; got ArithmeticException", x, floor); in testLog10Exact()
415 failFormat("expected divide(%s, %s, %s) = %s; got %s", p, q, mode, expected, actual); in testDivNonZero()
434 failFormat( in testDivNonZeroExact()
581 failFormat( in testCheckedAdd()
601 failFormat( in testCheckedSubtract()
632 failFormat( in testCheckedMultiply()
652 failFormat( in testCheckedPow()
1023 private static void failFormat(String template, Object... args) { in failFormat() method in LongMathTest
DBigIntegerMathTest.java462 failFormat("expected %s.multiply(%s) = %s; got %s", quotient, q, p, undone);
774 private static void failFormat(String template, Object... args) {
/external/guava/android/guava-tests/test/com/google/common/math/
DDoubleUtilsTest.java53 failFormat( in testBigToDouble()
79 private static void failFormat(String template, Object... args) { in failFormat() method in DoubleUtilsTest
DLongMathTest.java341 failFormat("expected log10(%s, UNNECESSARY) = %s; got ArithmeticException", x, floor); in testLog10Exact()
415 failFormat("expected divide(%s, %s, %s) = %s; got %s", p, q, mode, expected, actual); in testDivNonZero()
434 failFormat( in testDivNonZeroExact()
581 failFormat( in testCheckedAdd()
601 failFormat( in testCheckedSubtract()
632 failFormat( in testCheckedMultiply()
652 failFormat( in testCheckedPow()
1023 private static void failFormat(String template, Object... args) { in failFormat() method in LongMathTest
DBigIntegerMathTest.java462 failFormat("expected %s.multiply(%s) = %s; got %s", quotient, q, p, undone);
774 private static void failFormat(String template, Object... args) {