Searched refs:testExhaustively (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DOrderingTest.java837 testExhaustively(Ordering.<String>natural(), "a", "b", "d");
842 testExhaustively(Ordering.explicit("a", "b", "c", "d"),
848 testExhaustively(Ordering.usingToString(), 1, 12, 2);
853 testExhaustively(Ordering.from(String.CASE_INSENSITIVE_ORDER),
864 testExhaustively(arbitrary, array);
871 private static <T> void testExhaustively( method in class:OrderingTest
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DOrderingTest.java830 testExhaustively(Ordering.<String>natural(), "a", "b", "d");
837 private static <T> void testExhaustively( method in class:OrderingTest

Completed in 200 milliseconds