Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/assertions/
DAssertionFactory.kt32 private val wmAssertionFactory = constant
45 wmAssertionFactory.createStartStateAssertion(assertion as FlickerSubject.() -> Unit) in createWmStartAssertion()
55 wmAssertionFactory.createEndStateAssertion(assertion as FlickerSubject.() -> Unit) in createWmEndAssertion()
65 wmAssertionFactory.createTraceAssertion( in createWmAssertion()
80 wmAssertionFactory.createTagAssertion(tag, assertion as FlickerSubject.() -> Unit) in createWmTagAssertion()
104 wmAssertionFactory.createTraceAssertion( in createWmVisibleRegionAssertion()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/assertions/
DAssertionStateDataFactoryTest.kt31 protected open val wmAssertionFactory constant in android.tools.flicker.assertions.AssertionStateDataFactoryTest
41 wmAssertionFactory.createStartStateAssertion {}, in checkBuildsStartAssertion()
60 wmAssertionFactory.createEndStateAssertion {}, in checkBuildsEndAssertion()
79 wmAssertionFactory.createTagAssertion(TAG) {}, in checkBuildsTagAssertion()
DAssertionDataFactoryTest.kt28 override val wmAssertionFactory: AssertionStateDataFactory constant in android.tools.flicker.assertions.AssertionDataFactoryTest
37 (wmAssertionFactory as AssertionDataFactory).createTraceAssertion {} in checkBuildsTraceAssertion()