/platform_testing/libraries/tradefed-python-lib/tradefed_py/ |
D | tf_runner.py | 38 def _getClassName(self, test): argument 41 def _getMethodName(self, test): argument 54 def startTest(self, test): argument 64 def addSuccess(self, test): argument 74 def addFailure(self, test, err): argument 87 def addSkip(self, test, reason): argument 100 def addExpectedFailure(self, test, err): argument 113 def addUnexpectedSuccess(self, test): argument 125 def addError(self, test, err): argument 170 def run(self, test): argument
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/dsl/ |
D | TestCommandsBuilder.kt | 54 fun test(command: Flicker.() -> Unit) { in test() method in com.android.server.wm.flicker.dsl.TestCommandsBuilder
|
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/samples/testing/ |
D | SampleExtraArgsSuite.java | 76 public void test() {} in test() method in SampleExtraArgsSuite.ClassLevelExtraArgsScenario 107 public void test() {} in test() method in SampleExtraArgsSuite.TestLevelExtraArgsScenario
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | DexTestRunner.java | 173 Test test = null; in addTestClassByName() local 198 public void setTest(Test test) { in setTest() 212 public void addTest(Test test) { in addTest() 276 void onError(Test test, Throwable t) { in onError()
|
D | AuptTestRunner.java | 272 private void injectInstrumentation(Test test) { in injectInstrumentation()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/assertions/ |
D | AssertionsChecker.kt | 51 fun test(entries: List<T>): Unit = assertChanges(entries) in test() method in com.android.server.wm.flicker.assertions.AssertionsChecker
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
D | FlickerBlockJUnit4ClassRunner.kt | 89 val test = super.createTest() in createTest() constant
|
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Microbenchmark.java | 168 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 321 Object test; in runChild() local
|
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/ |
D | MicrobenchmarkTest.java | 428 Object test = super.createTest(); in createTest() local
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ResultHandler.java | 265 ITestResult test = testCase.getOrCreateResult(testName); in getResultFromDir() local
|