Home
last modified time | relevance | path

Searched defs:testMethod (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DAssignableFrom.java29 public boolean apply(TestMethod testMethod) { in apply()
H A DTestPredicates.java54 public boolean apply(TestMethod testMethod) { in apply()
H A DTestSuiteBuilder.java257 private void addTest(TestMethod testMethod) throws Exception { in addTest()
/aosp14/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DTestPredicatesTest.java47 TestMethod testMethod = new TestMethod(method, aClass); in hasExampleAnnotation() local
/aosp14/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java75 final Method testMethod = method; in runTest() local
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderStateUnitTestTemplate.java55 public void runTestOnMethod(MediaRecorderMethodUnderTest testMethod) { in runTestOnMethod()
H A DMediaPlayerStateUnitTestTemplate.java79 public void runTestOnMethod(MediaPlayerMethodUnderTest testMethod) { in runTestOnMethod()
/aosp14/frameworks/base/test-base/src/android/test/
H A DInstrumentationTestCase.java190 final Method testMethod = method; in runTest() local
/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java293 Method testMethod = null; in startTest() local
/aosp14/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java782 Method testMethod = null; in startTest() local