Home
last modified time | relevance | path

Searched defs:test (Results 1 – 15 of 15) 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/screenshot/src/androidTest/java/platform/test/screenshot/matchers/
DAlmostPerfectMatcherTest.kt35 val test = Color.valueOf( in diffColor_exactMatch() constant
57 val test = Color.valueOf( in diffColor_almostMatchLowRed() constant
79 val test = Color.valueOf( in diffColor_almostMatchHighRed() constant
101 val test = Color.valueOf( in diffColor_notMatch() constant
/platform_testing/tests/codecoverage/native/rust/
Dcoverage_rust_smoke_test.rs25 fn test() { in test() function
/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/sts-common-util/host-side/src/com/android/sts/common/
DOverlayFsUtils.java49 private final BaseHostJUnit4Test test; field in OverlayFsUtils
59 public OverlayFsUtils(BaseHostJUnit4Test test) { in OverlayFsUtils()
DNativePoc.java222 public void run(final BaseHostJUnit4Test test) throws Exception { in run()
237 private CommandResult runPocAndAssert(final BaseHostJUnit4Test test) throws Exception { in runPocAndAssert()
273 private AutoCloseable withPoc(final BaseHostJUnit4Test test, final ITestDevice device) in withPoc()
DRootcanalUtils.java74 private BaseHostJUnit4Test test; field in RootcanalUtils
77 public RootcanalUtils(BaseHostJUnit4Test test) { in RootcanalUtils()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/assertions/
DAssertionsChecker.kt63 fun test(entries: List<T>): Unit = assertChanges(entries) in test() method
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DFlickerBlockJUnit4ClassRunner.kt113 val test = super.createTest() in createTest() constant
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java192 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
358 Object test; in runChild() local
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java540 Object test = super.createTest(); in createTest() local
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java269 ITestResult test = testCase.getOrCreateResult(testName); in getResultFromDir() local