Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Character/
DSupplementary.java745 private static void callToChars1(int codePoint, Class expectedException) { in callToChars1()
761 Class expectedException) { in callToChars3()
775 Class expectedException) { in callCodePoint()
790 Class expectedException) { in callCodePoint()
805 Class expectedException) { in callCodePoint()
820 Class expectedException) { in callCodePointCount()
837 Class expectedException) { in callOffsetByCodePoints()
853 Class expectedException) { in callOffsetByCodePoints()
866 private static void callToString(int codePoint, Class expectedException) { in callToString()
/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/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/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()