Searched defs:TestMethod (Results 1 - 4 of 4) sorted by relevance

/external/junit/src/org/junit/internal/runners/
H A DTestMethod.java20 public class TestMethod { class
24 public TestMethod(Method method, TestClass testClass) { method in class:TestMethod
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DInvocationTargetExceptionTest.java29 static class TestMethod { class in class:InvocationTargetExceptionTest
30 public TestMethod() { method in class:InvocationTargetExceptionTest.TestMethod
117 Method mth = TestMethod.class.getDeclaredMethod(
120 Object ret = mth.invoke(new TestMethod(), new Object[0]);
139 Method mth = TestMethod.class.getDeclaredMethod(
142 Object ret = mth.invoke(new TestMethod(), new Object[0]);
160 Method mth = TestMethod.class.getDeclaredMethod(
163 Object ret = mth.invoke(new TestMethod(), new Object[0]);
H A DMethodTest.java26 static class TestMethod { class in class:MethodTest
27 public TestMethod() { method in class:MethodTest.TestMethod
130 class TestMethodSub extends TestMethod {
144 m1 = TestMethod.class.getMethod("invokeInstanceTest", new Class[0]);
150 m1 = TestMethod.class.getMethod("invokeStaticTest", new Class[0]);
166 mths = TestMethod.class.getDeclaredMethods();
169 .getDeclaringClass().equals(TestMethod.class));
179 Method mth = TestMethod.class.getMethod("voidMethod", new Class[0]);
185 mth = TestMethod.class.getMethod("intMethod", new Class[0]);
197 Class cl = TestMethod
[all...]
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 402 milliseconds