Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/test/src/android/tools/device/flicker/junit/
DLegacyFlickerJUnit4ClassRunnerTest.kt63 val test = TestWithParameters("[PARAMS]", testClass, listOf()) in <lambda>() constant
79 val test = TestWithParameters("[PARAMS]", testClass, listOf("invalid param")) in <lambda>() constant
96 val test = TestWithParameters("[PARAMS]", testClass, listOf(parameters[0])) in <lambda>() constant
105 val test = TestWithParameters("[PARAMS]", testClass, listOf(parameters[0])) in <lambda>() constant
117 val test = TestWithParameters("[PARAMS]", testClass, listOf(parameters[0])) in <lambda>() constant
139 val test = TestWithParameters("[PARAMS]", testClass, listOf(parameters[0])) in <lambda>() constant
157 val test = TestWithParameters("[PARAMS]", testClass, listOf(parameters[0])) in <lambda>() constant
185 val test = TestWithParameters("[PARAMS]", testClass, listOf(parameters[0])) in <lambda>() constant
210 val test = TestWithParameters("[PARAMS]", testClass, listOf(flickerTest)) in <lambda>() constant
242 fun test() { in <lambda>() method
[all …]
DLegacyFlickerDecoratorTest.kt49 val test = in <lambda>() constant
68 val test = in <lambda>() constant
104 val test = in <lambda>() constant
188 val test = in <lambda>() constant
210 val test = in <lambda>() constant
DLegacyFlickerServiceDecoratorTest.kt43 val test = in passValidClass() constant
66 val test = in hasUniqueMethodNames() constant
DFlickerServiceCachedTestCaseTest.kt67 val test = in reportsPassingResultMetric() constant
120 val test = in reportsFailingResultMetric() constant
DFlickerServiceJUnit4ClassRunnerTest.kt67 fun test() { in <lambda>() method in android.tools.device.flicker.junit.FlickerServiceJUnit4ClassRunnerTest.SimpleTest
/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/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/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
DPerformanceRunner.java53 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
/platform_testing/libraries/flicker/src/android/tools/common/flicker/assertions/
DAssertionsChecker.kt62 fun test(entries: List<T>) { in <lambda>() method in android.tools.common.flicker.assertions.AssertionsChecker
/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/flicker/src/android/tools/device/flicker/junit/
DFlickerServiceJUnit4ClassRunner.kt362 val test: Any = in <lambda>() constant
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java270 ITestResult test = testCase.getOrCreateResult(testName); in getResultFromDir() local