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

/external/guava/guava-tests/test/com/google/common/collect/
H A DBstMutationResultTest.java17 import static com.google.common.collect.BstTesting.defaultNullPointerTester;
31 defaultNullPointerTester().testAllPublicStaticMethods(BstMutationResult.class);
H A DBstNodeTest.java19 import static com.google.common.collect.BstTesting.defaultNullPointerTester;
123 defaultNullPointerTester().testAllPublicStaticMethods(BstNode.class);
H A DBstInOrderPathTest.java19 import static com.google.common.collect.BstTesting.defaultNullPointerTester;
197 defaultNullPointerTester().testAllPublicStaticMethods(BstInOrderPath.class);
H A DBstTesting.java160 static NullPointerTester defaultNullPointerTester() { method in class:BstTesting
H A DBstRangeOpsTest.java24 import static com.google.common.collect.BstTesting.defaultNullPointerTester;
395 defaultNullPointerTester().testAllPublicStaticMethods(BstRangeOps.class);
H A DBstOperationsTest.java20 import static com.google.common.collect.BstTesting.defaultNullPointerTester;
542 defaultNullPointerTester().testAllPublicStaticMethods(BstOperations.class);

Completed in 118 milliseconds