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

  /art/test/800-smali/src/
Main.java 30 Throwable expectedException, Object expectedReturn) {
35 this.expectedException = expectedException;
43 Throwable expectedException;
225 if (tc.expectedException != null) {
241 if (tc.expectedException == null) {
244 exc.getCause().getClass().equals(tc.expectedException.getClass())) {
246 } else if (!tc.expectedException.getClass().equals(exc.getClass())) {
248 tc.expectedException.getClass().getName() +
  /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 639 final RuntimeException expectedException = new RuntimeException("expected");
657 throw expectedException;
666 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 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 696 milliseconds