Home
last modified time | relevance | path

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

/platform_testing/libraries/tradefed-python-lib/tradefed_py/
Dtf_runner.py38 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/
DTestCommandsBuilder.kt54 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/
DSampleExtraArgsSuite.java76 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/
DDexTestRunner.java173 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()
DAuptTestRunner.java272 private void injectInstrumentation(Test test) { in injectInstrumentation()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/assertions/
DAssertionsChecker.kt51 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/
DFlickerBlockJUnit4ClassRunner.kt89 val test = super.createTest() in createTest() constant
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java168 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/
DMicrobenchmarkTest.java428 Object test = super.createTest(); in createTest() local
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java265 ITestResult test = testCase.getOrCreateResult(testName); in getResultFromDir() local