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

/external/guava/guava-tests/test/com/google/common/collect/
H A DSetsTest.java673 checkHashCode(degenerate);
675 checkHashCode(Sets.cartesianProduct(set(1, 2)));
678 checkHashCode(Sets.cartesianProduct(set(1, 2, num)));
681 checkHashCode(Sets.cartesianProduct(mt, mt));
682 checkHashCode(Sets.cartesianProduct(mt, set(num)));
683 checkHashCode(Sets.cartesianProduct(set(num), mt));
684 checkHashCode(Sets.cartesianProduct(set(num), set(1)));
685 checkHashCode(Sets.cartesianProduct(set(1), set(2, num)));
686 checkHashCode(Sets.cartesianProduct(set(1, num), set(2, num - 1)));
687 checkHashCode(Set
902 private static void checkHashCode(Set<?> set) { method in class:SetsTest
[all...]

Completed in 87 milliseconds