Searched defs:checkException (Results 1 – 7 of 7) sorted by relevance
100 private void checkException(String templateName,Class exceptionClass) in checkException() method in IncludeErrorTestCase
55 private <T extends Exception> void checkException() throws T { in checkException() method in UncheckedFutureTest.TestFuture
183 void checkException() throws Throwable { in concurrentWriteAndFlush() method in WriteQueueTest.ExceptionHandler
10 inline fun <reified T : Throwable> checkException(exception: Throwable) { in checkException() method
141 private fun checkException() { in <lambda>() method
76 private inline fun checkException(block: () -> Unit) { in <lambda>() method in kotlinx.coroutines.JobExtensionsTest
119 void checkException(JNIEnv *env) in checkException() function