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