Home | History | Annotate | Download | only in testing

Lines Matching defs:testCase

22   com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
23 testCase.setUp();
24 testCase.testAddEqualObjectWithOArgConstructor();
28 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
29 testCase.setUp();
30 testCase.testAddNullEqualObject();
34 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
35 testCase.setUp();
36 testCase.testAddNullReference();
40 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
41 testCase.setUp();
42 testCase.testAddTwoEqualObjectsAtOnceWithNull();
46 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
47 testCase.setUp();
48 testCase.testEqualityGroups();
52 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
53 testCase.setUp();
54 testCase.testInvalidEqualsIncompatibleClass();
58 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
59 testCase.setUp();
60 testCase.testInvalidEqualsNull();
64 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
65 testCase.setUp();
66 testCase.testInvalidHashCode();
70 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
71 testCase.setUp();
72 testCase.testInvalidNotEqualsEqualObject();
76 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
77 testCase.setUp();
78 testCase.testNonreflexiveEquals();
82 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
83 testCase.setUp();
84 testCase.testNullEqualityGroup();
88 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
89 testCase.setUp();
90 testCase.testNullObjectInEqualityGroup();
94 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
95 testCase.setUp();
96 testCase.testSymmetryBroken();
100 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
101 testCase.setUp();
102 testCase.testTestEqualsEmptyLists();
106 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
107 testCase.setUp();
108 testCase.testTestEqualsEqualsObjects();
112 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
113 testCase.setUp();
114 testCase.testTransitivityBrokenAcrossEqualityGroups();
118 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
119 testCase.setUp();
120 testCase.testTransitivityBrokenInEqualityGroup();
124 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
125 testCase.setUp();
126 testCase.testUnequalObjectsInEqualityGroup();