Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java223 tester.forAllPublicStaticMethods(FactoryThatReturnsNullButNotAnnotated.class) in testEqualsForReturnValues_factoryReturnsNullButNotAnnotated()
233 tester.forAllPublicStaticMethods(FactoryThatReturnsNullButNotAnnotated.class) in testNullsForReturnValues_factoryReturnsNullButNotAnnotated()
243 tester.forAllPublicStaticMethods(FactoryThatReturnsNullButNotAnnotated.class) in testSerializableForReturnValues_factoryReturnsNullButNotAnnotated()
254 tester.forAllPublicStaticMethods(FactoryThatReturnsNullButNotAnnotated.class) in testEqualsAndSerializableForReturnValues_factoryReturnsNullButNotAnnotated()
262 public static class FactoryThatReturnsNullButNotAnnotated { class