HomeSort by relevance Sort by last modified time
    Searched refs:Assert (Results 251 - 275 of 824) sorted by null

<<11121314151617181920>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
NotificationTest.java 12 import static org.junit.Assert.assertThat;
PagerAdapterTest.java 11 import static junit.framework.Assert.assertTrue;
PreferenceCategoryTest.java 4 import static org.junit.Assert.assertThat;
ResolveInfoTest.java 4 import static org.junit.Assert.assertThat;
ResultReceiverTest.java 10 import static org.junit.Assert.assertEquals;
ScanResultTest.java 9 import static junit.framework.Assert.assertNotNull;
ShadowEditTextTest.java 13 import static org.junit.Assert.assertThat;
TabActivityTest.java 13 import static org.junit.Assert.assertThat;
RadioGroupTest.java 12 import static org.junit.Assert.assertEquals;
13 import static org.junit.Assert.assertThat;
ShadowAutoCompleteTextViewTest.java 3 import static org.junit.Assert.assertEquals;
4 import static org.junit.Assert.assertSame;
ViewTreeObserverTest.java 13 import static org.junit.Assert.assertFalse;
14 import static org.junit.Assert.assertTrue;
  /frameworks/base/core/tests/coretests/src/android/os/
SELinuxTest.java 6 import static junit.framework.Assert.assertEquals;
SystemPropertiesTest.java 19 import static junit.framework.Assert.assertEquals;
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
ExceptionTextView.java 19 import junit.framework.Assert;
  /frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
AppCompatibility.java 31 import junit.framework.Assert;
63 Assert.assertNotNull("Could not get the Context", mContext);
67 Assert.assertNotNull("Could not get Activity Manager", mActivityManager);
70 Assert.assertNotNull("Missing Package Manager", mPackageManager);
  /frameworks/testing/support/tests/src/android/support/test/runner/
AndroidJUnitRunnerTest.java 25 import junit.framework.Assert;
171 Assert.assertTrue(called[0]);
184 Assert.assertNull(Looper.myLooper());
197 Assert.assertEquals(Thread.currentThread(), mInstantiationThread);
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidDataInputStreamTest.java 25 import junit.framework.Assert;
39 Assert.assertEquals(str, read(a));
46 Assert.assertEquals("AbCdEfGhIj", read(b, 10));
53 Assert.assertEquals("bdfhjl\np\rtvxz", skipRead(c));
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockTask.java 19 import static junit.framework.Assert.assertEquals;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SensorPowerTestActivity.java 24 import junit.framework.Assert;
106 Assert.assertEquals(testDetails.getSummary(), 0, testResult.failedCount);
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
GyroscopeIntegrationVerification.java 19 import junit.framework.Assert;
85 Assert.assertTrue(builder.toString(), success);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 27 import junit.framework.Assert;
133 Assert.fail("Test server error on HTTP Server on port "
240 Assert.fail("Duplicate Content-Length: " + line);
248 Assert.fail("Duplicate Transfer-Encoding: "
254 Assert.fail("Unknown Transfer-Encoding: "
261 Assert.fail("Found both Content-Length and Transfer-Encoding");
422 Assert.assertTrue("unexpected header: " + header,
424 Assert.assertTrue("invalid header: " + header,
  /external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java 20 import static junit.framework.Assert.assertEquals;
21 import static junit.framework.Assert.assertTrue;
  /external/junit/src/org/junit/rules/
ExpectedException.java 9 import org.junit.Assert;
114 Assert.assertThat(e, fMatcher);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
StatusLineTest.java 22 import static org.junit.Assert.assertEquals;
23 import static org.junit.Assert.fail;
  /external/okhttp/okio/src/test/java/okio/
OkioTest.java 25 import static org.junit.Assert.assertEquals;
26 import static org.junit.Assert.fail;

Completed in 1283 milliseconds

<<11121314151617181920>>