Searched refs:assertions (Results 1 – 7 of 7) sorted by relevance
66 const Assertions& assertions() const { return m_Assertions; } in assertions() function67 Assertions& assertions() { return m_Assertions; } in assertions() function
43 pModule.getScript().assertions().push_back(*this); in activate()
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.
47 name: "wm-flicker-common-assertions",
46 // run. All assertions are static_asserts and will fail during
42 "wm-flicker-common-assertions",
763 assertEnd = script.assertions().end(); in finalizeSymbolValue()764 for (assert = script.assertions().begin(); assert != assertEnd; ++assert) { in finalizeSymbolValue()