Searched refs:testEqualsAndSerializable (Results 1 – 5 of 5) sorted by relevance
192 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()
437 public void testEqualsAndSerializable() throws Exception { in testEqualsAndSerializable() method in FunctionsTest438 new ClassSanityTester().forAllPublicStaticMethods(Functions.class).testEqualsAndSerializable(); in testEqualsAndSerializable()
921 public void testEqualsAndSerializable() throws Exception { in testEqualsAndSerializable() method in PredicatesTest922 new ClassSanityTester().forAllPublicStaticMethods(Predicates.class).testEqualsAndSerializable(); in testEqualsAndSerializable()
169 sanityTester().testEqualsAndSerializable(); in testHashCode_equalsAndSerializable()
512 public FactoryMethodReturnValueTester testEqualsAndSerializable() throws Exception { in testEqualsAndSerializable() method in ClassSanityTester.FactoryMethodReturnValueTester