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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DInvokeMethod003Debuggee.java26 public static int testMethod(Object obj) throws Throwable { method in class:InvokeMethod003Debuggee
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DInvokeMethod002Debuggee.java29 public int testMethod(Object obj) throws Throwable { method in class:InvokeMethod002Debuggee.TestClass
38 // The instance used to invoke "TestClass.testMethod".
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DRedefineClassesDebuggee.java40 logWriter.println("--> Debuggee: BEFORE redefine: RedefineClass_Debuggee.testMethod() = "
41 + RedefineClass_Debuggee.testMethod());
45 String testMethodResult = RedefineClass_Debuggee.testMethod();
46 logWriter.println("--> Debuggee: After redefine: RedefineClass_Debuggee.testMethod() = "
61 static String testMethod() { method in class:RedefineClass_Debuggee
H A DRedefineByteCode_Debuggee001RedefineClassesDebuggee.java package org.apache.harmony.jpda.tests.jdwp.VirtualMachine org. ...
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
H A DOnthowDebuggerLaunchDebuggee.java65 testMethod();
68 void testMethod() { method in class:OnthowDebuggerLaunchDebuggee
69 logWriter.println("DEBUGGEE: testMethod invoked");
/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/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/guava/guava-testlib/src/com/google/common/testing/
H A DNullPointerTester.java117 * Runs {@link #testMethod} on every static method of class {@code c} that has
124 testMethod(null, method);
130 * Runs {@link #testMethod} on every public static method of class {@code c},
138 * Runs {@link #testMethod} on every instance method of the class of
144 testMethod(instance, method);
159 * Runs {@link #testMethod} on every public instance method of the class of
175 public void testMethod(@Nullable Object instance, Method method) { method in class:NullPointerTester
/external/clang/test/Analysis/
H A Dinline.cpp226 void testMethod() { function in namespace:DefaultArgs
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java371 private Method testMethod; field in class:TestFmwk.MethodTarget
375 testMethod = method;
379 return testMethod != null && validateMethod(name);
396 testMethod.invoke(TestFmwk.this, NO_ARGS);
398 errln("Can't access test method " + testMethod.getName());
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 714 milliseconds