Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java192 tester.forAllPublicStaticMethods(GoodEqualsFactory.class).testEqualsAndSerializable(); in testEqualsAndSerializableOnReturnValues_equalsIsGoodButNotSerializable()
202 tester.forAllPublicStaticMethods(GoodSerializableFactory.class).testEqualsAndSerializable(); in testEqualsAndSerializableOnReturnValues_serializableButNotEquals()
212 .testEqualsAndSerializable(); in testEqualsAndSerializableOnReturnValues_good()
255 .testEqualsAndSerializable(); in testEqualsAndSerializableForReturnValues_factoryReturnsNullButNotAnnotated()
286 .testEqualsAndSerializable(); in testEqualsAndSerializableForReturnValues_factoryReturnsNullAndAnnotated()
/external/guava/guava-tests/test/com/google/common/base/
DFunctionsTest.java437 public void testEqualsAndSerializable() throws Exception { in testEqualsAndSerializable() method in FunctionsTest
438 new ClassSanityTester().forAllPublicStaticMethods(Functions.class).testEqualsAndSerializable(); in testEqualsAndSerializable()
DPredicatesTest.java921 public void testEqualsAndSerializable() throws Exception { in testEqualsAndSerializable() method in PredicatesTest
922 new ClassSanityTester().forAllPublicStaticMethods(Predicates.class).testEqualsAndSerializable(); in testEqualsAndSerializable()
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java169 sanityTester().testEqualsAndSerializable(); in testHashCode_equalsAndSerializable()
/external/guava/guava-testlib/src/com/google/common/testing/
DClassSanityTester.java512 public FactoryMethodReturnValueTester testEqualsAndSerializable() throws Exception { in testEqualsAndSerializable() method in ClassSanityTester.FactoryMethodReturnValueTester