Searched defs:assertMean (Results 1 – 4 of 4) sorted by relevance
| /external/guava/guava-tests/test/com/google/common/math/ |
| D | IntMathTest.java | 735 private static void assertMean(int expectedMean, int x, int y) { in assertMean() method in IntMathTest 747 private static void assertMean(int x, int y) { in assertMean() method in IntMathTest
|
| D | LongMathTest.java | 884 private static void assertMean(long expectedMean, long x, long y) { in assertMean() method in LongMathTest 896 private static void assertMean(long x, long y) { in assertMean() method in LongMathTest
|
| /external/guava/android/guava-tests/test/com/google/common/math/ |
| D | IntMathTest.java | 735 private static void assertMean(int expectedMean, int x, int y) { in assertMean() method in IntMathTest 747 private static void assertMean(int x, int y) { in assertMean() method in IntMathTest
|
| D | LongMathTest.java | 884 private static void assertMean(long expectedMean, long x, long y) { in assertMean() method in LongMathTest 896 private static void assertMean(long x, long y) { in assertMean() method in LongMathTest
|