HomeSort by relevance Sort by last modified time
    Searched defs:expectedException (Results 1 - 11 of 11) sorted by null

  /external/objenesis/main/src/test/java/org/objenesis/
ObjenesisTest.java 20 import org.junit.rules.ExpectedException;
32 public ExpectedException expectedException = ExpectedException.none();
73 expectedException.expect(IllegalArgumentException.class);
  /art/test/800-smali/src/
Main.java 30 Throwable expectedException, Object expectedReturn) {
35 this.expectedException = expectedException;
43 Throwable expectedException;
227 if (tc.expectedException != null) {
243 if (tc.expectedException == null) {
246 exc.getCause().getClass().equals(tc.expectedException.getClass())) {
248 } else if (!tc.expectedException.getClass().equals(exc.getClass())) {
250 tc.expectedException.getClass().getName() +
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
ConfigurationXmlParserTest.java 265 String expectedException = "device tag requires a name value";
270 assertEquals(expectedException, expected.getMessage());
322 String expectedException = "Tags [target_preparer] should be included in a <device> tag.";
327 assertEquals(expectedException, expected.getMessage());
362 String expectedException = "device name cannot contain reserved character: ':'";
374 assertEquals(expectedException, expected.getMessage());
384 String expectedException = "device name cannot be reserved name: '" +
397 assertEquals(expectedException, expected.getMessage());
ConfigurationFactoryTest.java     [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteStatementTest.java 267 SQLiteDoneException expectedException = null;
271 expectedException = ex;
278 assertNotNull("Should have thrown SQLiteDoneException", expectedException);
288 SQLiteDoneException expectedException = null;
292 expectedException = ex;
299 assertNotNull("Should have thrown SQLiteDoneException", expectedException);
  /external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 664 final RuntimeException expectedException = new RuntimeException("expected");
675 client.addHandshakeCompletedListener(event -> { throw expectedException; });
681 assertSame(expectedException, test.actualException);
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 731 final RuntimeException expectedException = new RuntimeException("expected");
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 244 milliseconds