Searched refs:testAllPublicConstructors (Results 1 – 11 of 11) sorted by relevance
87 tester.testAllPublicConstructors(Atomics.class); // there aren't any in testNullPointers()
211 npTester.testAllPublicConstructors(ThreadFactoryBuilder.class); in testNulls()
50 tester.testAllPublicConstructors(AtomicLongMap.class); in testNulls()
95 tester.testAllPublicConstructors(HashingOutputStream.class); in testChecksForNull()
158 tester.testAllPublicConstructors(HashingInputStream.class); in testChecksForNull()
163 tester.testAllPublicConstructors(EvictingQueue.class); in testNullPointerExceptions()
822 tester.testAllPublicConstructors(MinMaxPriorityQueue.class); in testNullPointers()
306 npTester.testAllPublicConstructors(Optional.class); in testNullPointers()
419 tester.testAllPublicConstructors(MediaType.class);
112 public void testAllPublicConstructors(Class<?> c) { in testAllPublicConstructors() method in NullPointerTester
1269 new NullPointerTester().testAllPublicConstructors(Inner.class); in testNonStaticInnerClass()