Searched refs:doTestEquals (Results 1 – 3 of 3) sorted by relevance
333 tester.doTestEquals(ConstructorParameterWithOptionalNotInstantiable.class); in testBadEquals_withSingleParameterValue()370 tester.doTestEquals(ConstructorParameterNotInstantiable.class); in testParameterNotInstantiableForEqualsTest()377 tester.doTestEquals(ConstructorParameterSingleValue.class); in testNoDistinctValueForEqualsTest()384 tester.doTestEquals(ConstructorThrows.class); in testConstructorThrowsForEqualsTest()391 tester.doTestEquals(FactoryMethodReturnsNullAndAnnotated.class); in testFactoryMethodReturnsNullForEqualsTest()653 new ClassSanityTester().doTestEquals(SetWrapper.class); in testEquals_setOfNonInstantiable()
249 tester.doTestEquals(classToTest); in testEquals()
298 doTestEquals(cls); in testEquals()304 void doTestEquals(Class<?> cls) in doTestEquals() method in ClassSanityTester