Home
last modified time | relevance | path

Searched refs:testNulls (Results 1 – 25 of 114) sorted by relevance

12345

/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java117 tester.forAllPublicStaticMethods(GoodNullsFactory.class).testNulls(); in testNullsOnReturnValues_good()
129 tester.forAllPublicStaticMethods(BadNullsFactory.class).thatReturn(Object.class).testNulls(); in testNullsOnReturnValues_bad()
141 .testNulls(); in testNullsOnReturnValues_returnTypeFiltered()
236 tester.forAllPublicStaticMethods(FactoryThatReturnsNullButNotAnnotated.class).testNulls(); in testNullsForReturnValues_factoryReturnsNullButNotAnnotated()
277 tester.forAllPublicStaticMethods(FactoryThatReturnsNullAndAnnotated.class).testNulls(); in testNullsForReturnValues_factoryReturnsNullAndAnnotated()
348 tester.testNulls(WithStreamParameter.class); in testStreamParameterSkippedForNullTesting()
432 tester.testNulls(GoodNulls.class); in testGoodNulls()
440 tester.testNulls(AnInterface.class); in testNulls_interface()
444 tester.testNulls(AnAbstractClass.class); in testNulls_abstractClass()
448 tester.testNulls(OneConstantEnum.class); in testNulls_enum()
[all …]
DRelationshipTesterTest.java29 public void testNulls() { in testNulls() method in RelationshipTesterTest
32 .testNulls(RelationshipTester.class); in testNulls()
/external/guava/android/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java115 tester.forAllPublicStaticMethods(GoodNullsFactory.class).testNulls(); in testNullsOnReturnValues_good()
127 tester.forAllPublicStaticMethods(BadNullsFactory.class).thatReturn(Object.class).testNulls(); in testNullsOnReturnValues_bad()
139 .testNulls(); in testNullsOnReturnValues_returnTypeFiltered()
234 tester.forAllPublicStaticMethods(FactoryThatReturnsNullButNotAnnotated.class).testNulls(); in testNullsForReturnValues_factoryReturnsNullButNotAnnotated()
275 tester.forAllPublicStaticMethods(FactoryThatReturnsNullAndAnnotated.class).testNulls(); in testNullsForReturnValues_factoryReturnsNullAndAnnotated()
427 tester.testNulls(GoodNulls.class); in testGoodNulls()
435 tester.testNulls(AnInterface.class); in testNulls_interface()
439 tester.testNulls(AnAbstractClass.class); in testNulls_abstractClass()
443 tester.testNulls(OneConstantEnum.class); in testNulls_enum()
444 tester.testNulls(NoConstantEnum.class); in testNulls_enum()
[all …]
DRelationshipTesterTest.java29 public void testNulls() { in testNulls() method in RelationshipTesterTest
32 .testNulls(RelationshipTester.class); in testNulls()
/external/guava/android/guava-tests/test/com/google/common/graph/
DPackageSanityTests.java62 public void testNulls() throws Exception { in testNulls() method in PackageSanityTests
64 super.testNulls(); in testNulls()
/external/guava/guava-tests/test/com/google/common/graph/
DPackageSanityTests.java62 public void testNulls() throws Exception { in testNulls() method in PackageSanityTests
64 super.testNulls(); in testNulls()
/external/guava/android/guava-tests/test/com/google/common/cache/
DLongAdderTest.java29 public void testNulls() {} in testNulls() method in LongAdderTest
/external/guava/guava-tests/test/com/google/common/cache/
DLongAdderTest.java29 public void testNulls() {} in testNulls() method in LongAdderTest
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securemessage/
DNullsGoogle3Test.java30 public void testNulls() { in testNulls() method in NullsGoogle3Test
/external/guava/guava-tests/test/com/google/common/reflect/
DParameterTest.java31 public void testNulls() { in testNulls() method in ParameterTest
/external/guava/android/guava-tests/test/com/google/common/reflect/
DParameterTest.java31 public void testNulls() { in testNulls() method in ParameterTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DFlatMapBaseTest.kt46 fun testNulls() = runTest { in <lambda>() method
DScanTest.kt27 fun testNulls() = runTest { in <lambda>() method in kotlinx.coroutines.flow.ScanTest
DMergeTest.kt33 fun testNulls() = runTest { in <lambda>() method in kotlinx.coroutines.flow.MergeTest
/external/guava/android/guava-tests/test/com/google/common/net/
DHostSpecifierTest.java87 public void testNulls() { in testNulls() method in HostSpecifierTest
/external/guava/guava-tests/test/com/google/common/net/
DHostSpecifierTest.java87 public void testNulls() { in testNulls() method in HostSpecifierTest
/external/guava/android/guava-tests/test/com/google/common/collect/
DTreeTraverserTest.java109 public void testNulls() { in testNulls() method in TreeTraverserTest
DSortedListsTest.java128 public void testNulls() { in testNulls() method in SortedListsTest
/external/guava/guava-tests/test/com/google/common/collect/
DSortedListsTest.java128 public void testNulls() { in testNulls() method in SortedListsTest
DTreeTraverserTest.java114 public void testNulls() { in testNulls() method in TreeTraverserTest
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DExecutionListTest.java150 public void testNulls() { in testNulls() method in ExecutionListTest
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DExecutionListTest.java150 public void testNulls() { in testNulls() method in ExecutionListTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/terminal/
DFirstTest.kt20 fun testNulls() = runTest { in <lambda>() method in kotlinx.coroutines.flow.FirstTest
/external/guava/android/guava-tests/test/com/google/common/base/
DEquivalenceTest.java161 public void testNulls() { in testNulls() method in EquivalenceTest
/external/guava/android/guava-tests/test/com/google/common/primitives/
DSignedBytesTest.java187 public void testNulls() { in testNulls() method in SignedBytesTest

12345