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

1 2 3 4 5 6 78 91011>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
Transcript.java 7 import static org.junit.Assert.assertEquals;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityGroupTest.java 11 import static org.junit.Assert.assertThat;
BinderTest.java 3 import static org.junit.Assert.assertThat;
ColorTest.java 4 import static org.junit.Assert.assertThat;
H2DatabaseTest.java 10 import static org.junit.Assert.assertThat;
IntentFilterAuthorityEntryTest.java 9 import static org.junit.Assert.assertThat;
LayoutParamsTest.java 9 import static org.junit.Assert.assertThat;
MarginLayoutParamsTest.java 11 import static org.junit.Assert.assertThat;
NdefMessageTest.java 9 import static org.junit.Assert.assertSame;
ProcessTest.java 5 import static org.junit.Assert.assertThat;
ProgressBarTest.java 10 import static org.junit.Assert.assertEquals;
11 import static org.junit.Assert.assertFalse;
12 import static org.junit.Assert.assertThat;
13 import static org.junit.Assert.assertTrue;
SpinnerTest.java 11 import static org.junit.Assert.assertThat;
ViewFlipperTest.java 10 import static org.junit.Assert.assertEquals;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H2Map_TypeForwardOnlyTest.java 4 import static org.junit.Assert.assertThat;
PropertiesHelperTest.java 7 import static org.junit.Assert.assertEquals;
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPushbackInputStreamTest.java 23 import junit.framework.Assert;
37 Assert.assertEquals("pushAbCdEfGhIjKlM\nOpQrStUvWxYz", read(a));
45 Assert.assertEquals("XAbCdEfGhI", read(b, 10));
52 Assert.assertEquals("bdfhjl\nprtvxz", skipRead(c));
  /art/test/021-string2/src/junit/framework/
ComparisonFailure.java 4 * Thrown when an assert equals for Strings failed.
32 return Assert.format(super.getMessage(), fExpected, fActual);
66 return Assert.format(super.getMessage(), expected, actual);
  /art/test/082-inline-execute/src/junit/framework/
ComparisonFailure.java 4 * Thrown when an assert equals for Strings failed.
32 return Assert.format(super.getMessage(), fExpected, fActual);
66 return Assert.format(super.getMessage(), expected, actual);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SignificantMotionTestActivity.java 22 import junit.framework.Assert;
158 Assert.assertTrue(
162 Assert.assertTrue(
224 Assert.assertNotNull(eventArrivalMessage, event);
231 Assert.assertEquals(eventTypeMessage, Sensor.TYPE_SIGNIFICANT_MOTION, eventType);
240 Assert.assertEquals(valuesLengthMessage, EVENT_VALUES_LENGTH, valuesLength);
248 Assert.assertEquals(valuesMessage, EXPECTED_EVENT_VALUE, value);
265 Assert.assertNull(eventMessage, event);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
WatchDog.java 23 import junit.framework.Assert;
84 Assert.assertTrue("Watchdog timed-out", success);
  /cts/libs/deviceutil/src/android/cts/util/
WatchDog.java 23 import junit.framework.Assert;
85 Assert.assertTrue("Watchdog timed-out", success);
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
FakeSensorOperation.java 21 import junit.framework.Assert;
86 Assert.fail(msg);
  /cts/tools/signature-tools/test/signature/comparator/util/
AbstractComparatorTest.java 19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertNotNull;
  /cts/tools/signature-tools/test/signature/converter/dex/
GenericSignatureParserTest.java 19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertSame;
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 26 import junit.framework.Assert;
67 Assert.fail();

Completed in 492 milliseconds

1 2 3 4 5 6 78 91011>>