Searched refs:assertions (Results 1 – 8 of 8) sorted by relevance
61 const Assertions& assertions() const { return m_Assertions; } in assertions() function62 Assertions& assertions() { return m_Assertions; } in assertions() function
47 pModule.getScript().assertions().push_back(*this); in activate()
721 assertEnd = script.assertions().end(); in finalizeSymbolValue()722 for (assert = script.assertions().begin(); assert != assertEnd; ++assert) { in finalizeSymbolValue()
100 string value to launch the next {@link android.app.Activity}. If both assertions
158 class. Generally, you can use assertions to
232 throw an exception if the comparison fails. Android also provides a class of assertions that233 extend the possible types of comparisons, and another class of assertions for testing the UI.366 expected value, and throws an AssertionException if the comparison test fails. Using assertions375 {@link android.test.MoreAsserts} contains more powerful assertions such as380 {@link android.test.ViewAsserts} contains useful assertions about Views. For example
172 {@link android.test.ViewAsserts} defines assertions for Views. You use it to verify the
1293 // Adds the assertions to the assert operation: checks the version and count of rows tested