Home
last modified time | relevance | path

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

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