Searched refs:createTagAssertion (Results 1 – 3 of 3) sorted by relevance
79 wmAssertionFactory.createTagAssertion(TAG) {}, in checkBuildsTagAssertion()84 layersAssertionFactory.createTagAssertion(TAG) {}, in checkBuildsTagAssertion()88 validate(eventLogAssertionFactory.createTagAssertion(TAG) {}, EventLogSubject::class, TAG) in checkBuildsTagAssertion()
80 wmAssertionFactory.createTagAssertion(tag, assertion as FlickerSubject.() -> Unit) in createWmTagAssertion()151 layersAssertionFactory.createTagAssertion(tag, assertion as FlickerSubject.() -> Unit) in createLayersTagAssertion()194 eventLogAssertionFactory.createTagAssertion( in createEventLogAssertion()
54 fun createTagAssertion(tag: String, assertion: FlickerSubject.() -> Unit) = method in android.tools.flicker.assertions.AssertionStateDataFactory