Home
last modified time | relevance | path

Searched refs:TestMethod (Results 1 – 24 of 24) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/runner/
DTestRunner.java24 import android.test.suitebuilder.TestMethod;
141 List<Predicate<TestMethod>> getBuilderRequirements() { in getBuilderRequirements()
142 List<Predicate<TestMethod>> requirements = new ArrayList<Predicate<TestMethod>>(); in getBuilderRequirements()
143 requirements.add(new Predicate<TestMethod>() { in getBuilderRequirements()
145 public boolean apply(TestMethod arg0) { in getBuilderRequirements()
163 private <T extends Annotation> T getAnnotation(TestMethod testMethod, Class<T> clazz) { in getBuilderRequirements()
/external/vogar/src/vogar/target/junit/
DJunit4.java117 out.add(TestMethod.create(testClass, m, null)); in addAllParameterizedTests()
120 out.add(TestMethod.create(testClass, m, args)); in addAllParameterizedTests()
290 private static class TestMethod extends VogarJUnitTest { class in Junit4
294 private TestMethod(Class<?> testClass, Method method, in TestMethod() method in Junit4.TestMethod
306 return new TestMethod(testClass, method, c, constructorArgs); in create()
316 return new TestMethod(testClass, method, testClass.getConstructor(), null); in create()
320 return new TestMethod(testClass, method, in create()
DJunit3.java129 out.add(TestMethod.create(testCaseClass, m)); in getSuiteMethods()
137 out.add(TestMethod.create(testCaseClass, testClass.getMethod(methodName))); in getSuiteMethods()
279 private static class TestMethod extends VogarJUnitTest { class in Junit3
283 private TestMethod(Class<? extends TestCase> testClass, Method method, in TestMethod() method in Junit3.TestMethod
292 return new TestMethod(testClass, method, testClass.getConstructor(), new Object[0]); in create()
296 return new TestMethod(testClass, method, testClass.getConstructor(String.class), in create()
/external/junit/src/org/junit/internal/runners/
DJUnit4ClassRunner.java97 TestMethod testMethod= wrapMethod(method); in invokeTestMethod()
108 protected TestMethod wrapMethod(Method method) { in wrapMethod()
109 return new TestMethod(method, fTestClass); in wrapMethod()
DTestMethod.java20 public class TestMethod { class
24 public TestMethod(Method method, TestClass testClass) { in TestMethod() method in TestMethod
DMethodRoadie.java29 private TestMethod fTestMethod;
31 …public MethodRoadie(Object test, TestMethod method, RunNotifier notifier, Description description)… in MethodRoadie()
/external/gmock/test/
Dgmock-internal-utils_test.cc510 MOCK_METHOD0(TestMethod, void());
516 EXPECT_CALL(mock, TestMethod()); in ExpectCallLogger()
517 mock.TestMethod(); in ExpectCallLogger()
540 ON_CALL(mock, TestMethod()); in OnCallLogger()
/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc516 MOCK_METHOD0(TestMethod, void());
522 EXPECT_CALL(mock, TestMethod()); in ExpectCallLogger()
523 mock.TestMethod(); in ExpectCallLogger()
546 ON_CALL(mock, TestMethod()); in OnCallLogger()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
DTestDotTreeGenerator.cs43 [TestMethod]
DTestFastLexer.cs44 [TestMethod]
/external/autotest/client/common_lib/cros/tendo/
Dbuffet_dbus_helper.py38 if self.manager.TestMethod(TEST_MESSAGE) == TEST_MESSAGE:
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
Dtest_mox.py1804 mox_helper.ExampleClass.TestMethod(instance, 'one', 'two', 'nine')
1807 mox_helper.ExampleClass.TestMethod(instance, 'one', 'two', 'nine')
1851 instance.TestMethod(instance, 'one', 'two', 'nine')
1854 instance.TestMethod(instance, 'one', 'two', 'nine')
2030 self.assertRaises(AttributeError, obj.TestMethod)
2031 self.assertRaises(AttributeError, obj.TestMethod, 1)
2032 self.assertRaises(AttributeError, obj.TestMethod, nine=2)
2033 obj.TestMethod(1, 2)
2034 obj.TestMethod(1, 2, 3)
2035 obj.TestMethod(1, 2, nine=3)
[all …]
Dmox_helper.py132 def TestMethod(self, one, two, nine=None): member in ExampleClass
/external/chromium-trace/catapult/third_party/mox3/mox3/tests/
Dtest_mox.py1804 mox_helper.ExampleClass.TestMethod(instance, 'one', 'two', 'nine')
1807 mox_helper.ExampleClass.TestMethod(instance, 'one', 'two', 'nine')
1851 instance.TestMethod(instance, 'one', 'two', 'nine')
1854 instance.TestMethod(instance, 'one', 'two', 'nine')
2030 self.assertRaises(AttributeError, obj.TestMethod)
2031 self.assertRaises(AttributeError, obj.TestMethod, 1)
2032 self.assertRaises(AttributeError, obj.TestMethod, nine=2)
2033 obj.TestMethod(1, 2)
2034 obj.TestMethod(1, 2, 3)
2035 obj.TestMethod(1, 2, nine=3)
[all …]
Dmox_helper.py132 def TestMethod(self, one, two, nine=None): member in ExampleClass
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
Dbuffet_BasicDBusAPI.py58 echoed_message = buffet.manager.TestMethod(test_message)
/external/v8/test/mjsunit/es6/
Dobject-literals-super.js60 (function TestMethod() { class
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1945 struct TestMethod in init() struct
1972 static const TestMethod methods[] = in init()
/external/owasp/sanitizer/lib/junit/
Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/libphonenumber/lib/
Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/testng/
DCHANGES.txt902 Added: Deprecated @Configuration and introduced @BeforeSuite/Test/Class/TestMethod
1255 Fixed: Merged TestMethod and TestClass into Test
/external/opencv3/modules/java/pure_test/lib/
Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...