Searched refs:assertions (Results 1 – 5 of 5) sorted by relevance
7 The library builds and runs UI transitions, captures Winscope traces and exposes common assertions …49 …st principles set out by Google Truth (not supporting nested assertions, keeping assertions simple…51 … The trace subjects expose methods to filter the range of entries and test for changing assertions.69 // check a change in assertions, e.g. wallpaper window is visible,78 …assertions return `Result` which contains a `success` flag, `assertionName` string identifier, and…
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()
30 // run. All assertions are static_asserts and will fail during
763 assertEnd = script.assertions().end(); in finalizeSymbolValue()764 for (assert = script.assertions().begin(); assert != assertEnd; ++assert) { in finalizeSymbolValue()