Searched defs:testMethod (Results 1 - 7 of 7) sorted by relevance

/external/javassist/src/test/test/javassist/proxy/
H A DProxyFactoryCompatibilityTest.java56 proxy1.testMethod();
63 proxy2.testMethod();
80 proxy3.testMethod();
86 proxy4.testMethod();
97 public void testMethod() method in class:ProxyFactoryCompatibilityTest.TestClass
112 public void testMethod(); method in interface:ProxyFactoryCompatibilityTest.TestInterface
/external/junit/src/org/junit/internal/runners/statements/
H A DInvokeMethod.java13 public InvokeMethod(FrameworkMethod testMethod, Object target) { argument
14 fTestMethod= testMethod;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DCustomRobolectricTestRunnerTest.java21 static Method testMethod; field in class:CustomRobolectricTestRunnerTest
44 assertEquals("shouldInvokeBeforeTestWithTheCorrectMethod", testMethod.getName());
63 testMethod = method;
/external/guava/guava-testlib/src/com/google/common/testing/
H A DNullPointerTester.java137 * Runs {@link #testMethod} on every public static method in class
143 testMethod(null, method);
149 * Runs {@link #testMethod} on every public instance method of
156 testMethod(instance, method);
169 public void testMethod(Object instance, Method method) throws Exception { method in class:NullPointerTester
/external/junit/src/org/junit/experimental/theories/internal/
H A DAssignments.java36 * Returns a new assignment list for {@code testMethod}, with no params
39 public static Assignments allUnassigned(Method testMethod, argument
44 signatures.addAll(ParameterSignature.signatures(testMethod));
/external/clang/test/Analysis/
H A Dinline.cpp225 void testMethod() { function in namespace:DefaultArgs
/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 179 milliseconds