Lines Matching refs:TestCase
135 public static class TestCase {
138 public TestCase(Method target) {
209 final TestCase[] MAIN_TEST_CASES = new TestCase[] {
210 new TestCase(getMethod("ObjectMethod")),
211 new TestCase(getMethod("CastInterfaceMethod")),
212 new TestCase(getMethod("CastExactMethod")),
213 new TestCase(getMethod("InterfaceMethod")),
214 new TestCase(getMethod("ExactClassMethod")),
215 new TestCase(getMethod("PrimitiveMethod")),
216 new TestCase(getMethod("NullMethod")),
217 new TestCase(getMethod("CastExactNullMethod")),
218 new TestCase(getMethod("CastInterfaceNullMethod")),
231 for (TestCase t : MAIN_TEST_CASES) {