Searched refs:assertions (Results 1 – 20 of 20) sorted by relevance
38 "-Xno-call-assertions",39 "-Xno-param-assertions",40 "-Xno-receiver-assertions",
134 val assertions = regex144 fun isTrue() = assertions.forEach { it.isTrue() }146 fun isFalse() = assertions.forEach { it.isFalse() }
19 import android.tools.common.flicker.assertions.FlickerTest
20 import android.tools.common.flicker.assertions.FlickerTest
21 import android.tools.common.flicker.assertions.FlickerTest
24 import android.tools.common.flicker.assertions.FlickerTest
29 …ly executed twice: once in portrait and once in landscape mode and the assertions are checked inde…40 This class allows the test to be freely configured and does not provide any assertions.
223 name: "wm-flicker-common-assertions",
77 "wm-flicker-common-assertions",102 "wm-flicker-common-assertions",
44 "wm-flicker-common-assertions",
24 Flicker tests are tests that perform actions and make assertions on the state in Window Manager
87 * It might be useful to be able to make exit status assertions other than 0?