Home
last modified time | relevance | path

Searched refs:base (Results 1 – 3 of 3) sorted by relevance

/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/
DScreenshotTestRule.kt112 override fun apply(base: Statement, description: Description?): Statement { in apply()
113 return ScreenshotTestStatement(base).run { testWatcher.apply(this, description) } in apply()
116 class ScreenshotTestStatement(private val base: Statement) : Statement() { constant in androidx.test.screenshot.ScreenshotTestStatement
124 base.evaluate() in evaluate()
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DBySelectorTest.java43 BySelector base = By.clazz(".TextView"); in testCopy() local
46 assertTrue(mDevice.hasObject(By.copy(base).text("Text View 1"))); in testCopy()
47 assertTrue(mDevice.hasObject(By.copy(base).text("Item1"))); in testCopy()
48 assertTrue(mDevice.hasObject(By.copy(base).text("Item3"))); in testCopy()
51 assertFalse(mDevice.hasObject(By.copy(base).text("Accessible button"))); in testCopy()
/test/uiautomator/uiautomator/
Dbuild.gradle50 useLibrary "android.test.base"