Home
last modified time | relevance | path

Searched defs:expectedException (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/lang/StringBuilder/
DSupplementary.java354 static void testAppendCodePoint(int codePoint, Class expectedException) { in testAppendCodePoint()
368 Class expectedException) { in testCodePointCount()
381 Class expectedException) { in testOffsetByCodePoints()
/libcore/ojluni/src/test/java/lang/StringBuffer/
DSupplementary.java339 static void testAppendCodePoint(int codePoint, Class expectedException) { in testAppendCodePoint()
353 Class expectedException) { in testCodePointCount()
366 Class expectedException) { in testOffsetByCodePoints()
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java521 Throwable expectedException = new RuntimeException(); in testExceptionallyAsync() local
546 Throwable expectedException = new RuntimeException(); in testExceptionallyAsyncWithExecutor() local
572 Throwable expectedException = new RuntimeException(); in testExceptionallyCompose() local
596 Throwable expectedException = new RuntimeException(); in testExceptionallyComposeAsync() local
621 Throwable expectedException = new RuntimeException(); in testExceptionallyComposeAsyncWithExecutor() local
/libcore/luni/src/test/java/tests/security/spec/
DECFieldF2mTest.java93 final Exception expectedException) { in ECFieldF2mDomainParams()
/libcore/ojluni/src/test/java/lang/invoke/
DExplicitCastArgumentsTest.java567 Class<? extends Throwable> expectedException) { in testConversion()