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

  /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);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 559 final RuntimeException expectedException = new RuntimeException("expected");
577 throw expectedException;
586 assertSame(expectedException, test.actualException);
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 

Completed in 161 milliseconds