HomeSort by relevance Sort by last modified time
    Searched refs:assertion (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
DefaultFailureHandlerTest.java 20 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
IdlingResourceIntegrationTest.java 23 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
  /frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
ActionBarTest.java 23 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
AdvancedSynchronizationTest.java 22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
BasicTest.java 24 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
SwipeTest.java 22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
AdapterViewTest.java 22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
DrawerActionsTest.java 22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
MultipleWindowTest.java 26 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
assert.hpp 82 struct assertion struct
88 struct assertion<true> struct
234 boost::mpl::assertion<false>::failed( \
345 boost::mpl::assertion<(c)>::failed( BOOST_PP_CAT(mpl_assert_arg,counter)::assert_arg() ) \
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 366 assertion(false, "Could not find common ancestor!!!"); method
456 assertion(null != walker, "Walker should not be null!");
538 assertion((null != aw1) || (null != aw2), "Total match is incorrect!"); method
1286 protected static void assertion(boolean b, String msg) method in class:RedundentExprEliminator
1394 assertion(false, "unlink failed!!!"); method
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1201933.js 28 // Make sure this doesn't fail with an assertion
regress-1383.js 30 // hit an assertion in Code::ComputeFlags.
regress-1129.js 30 // This should not hit an assertion in debug mode.
  /external/chromium_org/v8/test/webkit/
unexpected-constant-crash.js 25 "This test checks that the regexp and unexpected constant counters are not confused with each other. It will fail with an assertion failure in a debug build if this is the case."
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
DataInteraction.java 136 * Performs an assertion on the state of the view after we force the data to be loaded.
140 public ViewInteraction check(ViewAssertion assertion) {
145 .check(assertion);
  /external/chromium_org/remoting/base/
breakpad_win.cc 71 MDRawAssertionInfo* assertion);
174 MDRawAssertionInfo* /* assertion */) {
  /frameworks/testing/espresso/espresso-contrib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/contrib/
DrawerActionsIntegrationTest.java 22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/assertion/
ViewAssertions.java 17 package com.google.android.apps.common.testing.ui.espresso.assertion;
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
AdapterDataIntegrationTest.java 22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
SwipeActionIntegrationTest.java 22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
TypeTextActionIntegrationTest.java 24 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelpers.java 207 * Checks that an assertion is true.
209 * @throws IllegalArgumentException if the assertion is false, along with a suitable message
212 private void check(boolean assertion, String message, Voicemail voicemail) {
213 if (!assertion) {
  /external/chromium_org/v8/test/mjsunit/
parallel-optimize-disabled.js 50 // Attempt to optimize g() should not run into any assertion.
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 138 var assertion = this.assertions[i];
141 li.className = assertion.result ? "pass" : "fail";
142 li.innerHTML = assertion.message || (assertion.result ? "okay" : "failed");
145 if ( assertion.result ) {
    [all...]

Completed in 423 milliseconds

12 3 4 5