HomeSort by relevance Sort by last modified time
    Searched defs:TestMethod (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/vogar/src/vogar/target/junit/
Junit4.java 117 out.add(TestMethod.create(testClass, m, null));
120 out.add(TestMethod.create(testClass, m, args));
290 private static class TestMethod extends VogarJUnitTest {
294 private TestMethod(Class<?> testClass, Method method,
306 return new TestMethod(testClass, method, c, constructorArgs);
316 return new TestMethod(testClass, method, testClass.getConstructor(), null);
320 return new TestMethod(testClass, method,
Junit3.java 129 out.add(TestMethod.create(testCaseClass, m));
137 out.add(TestMethod.create(testCaseClass, testClass.getMethod(methodName)));
279 private static class TestMethod extends VogarJUnitTest {
283 private TestMethod(Class<? extends TestCase> testClass, Method method,
292 return new TestMethod(testClass, method, testClass.getConstructor(), new Object[0]);
296 return new TestMethod(testClass, method, testClass.getConstructor(String.class),
  /external/junit/src/org/junit/internal/runners/
TestMethod.java 20 public class TestMethod {
24 public TestMethod(Method method, TestClass testClass) {
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
mox_helper.py 132 def TestMethod(self, one, two, nine=None):
  /external/chromium-trace/catapult/third_party/mox3/mox3/tests/
mox_helper.py 132 def TestMethod(self, one, two, nine=None):
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestMethod.java 30 public class TestMethod {
36 public TestMethod(Method method, Class<? extends TestCase> enclosingClass) {
40 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) {
46 public TestMethod(TestCase testCase) {
119 TestMethod that = (TestMethod) o;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
InvocationTargetExceptionTest.java 31 static class TestMethod {
32 public TestMethod() {
134 Method mth = TestMethod.class.getDeclaredMethod(
137 Object ret = mth.invoke(new TestMethod(), new Object[0]);
156 Method mth = TestMethod.class.getDeclaredMethod(
159 Object ret = mth.invoke(new TestMethod(), new Object[0]);
177 Method mth = TestMethod.class.getDeclaredMethod(
180 Object ret = mth.invoke(new TestMethod(), new Object[0]);
198 Method mth = TestMethod.class.getDeclaredMethod(
201 Object ret = mth.invoke(new TestMethod(), new Object[0])
    [all...]
MethodTest.java 35 static class TestMethod {
36 public TestMethod() {
161 class TestMethodSub extends TestMethod {
201 m1 = TestMethod.class.getMethod("invokeInstanceTest", new Class[0]);
210 m1 = TestMethod.class.getMethod("invokeStaticTest", new Class[0]);
224 Method m1 = TestMethod.class.getMethod("invokeInstanceTest", new Class[0]);
225 Method m2 = TestMethod.class.getMethod("invokeInstanceTest", (Class[]) null);
234 Method m1 = TestMethod.class.getDeclaredMethod("invokeInstanceTest", new Class[0]);
235 Method m2 = TestMethod.class.getDeclaredMethod("invokeInstanceTest", (Class[]) null);
249 mths = TestMethod.class.getDeclaredMethods()
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 237 typedef void (UserTestCase::*TestMethod )();
239 user_tc_method_invoker( shared_ptr<InstanceType> inst, TestMethod test_method )
245 TestMethod m_test_method;
  /cts/tools/utils/
DescriptionGenerator.java 425 void appendTestCases(Node elem, Collection<TestMethod> cases) {
430 for (TestMethod caze : cases) {
514 Collection<TestMethod> mCases;
522 TestClass(String name, Collection<TestMethod> cases) {
538 * Get all the TestMethod from a ClassDoc, including inherited methods.
541 * @return A collection of TestMethod.
543 Collection<TestMethod> getTestMethods(ExpectationStore expectationStore,
547 ArrayList<TestMethod> cases = new ArrayList<TestMethod>();
582 cases.add(new TestMethod(
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go     [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /external/opencv3/modules/java/pure_test/lib/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/misc/common/android-support-test/rules/
rules-0.5-release.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner-0.5-release.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 

Completed in 940 milliseconds

1 2 3