Home
last modified time | relevance | path

Searched defs:checkException (Results 1 – 7 of 7) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DIncludeErrorTestCase.java100 private void checkException(String templateName,Class exceptionClass) in checkException() method in IncludeErrorTestCase
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/
DUncheckedFutureTest.java55 private <T extends Exception> void checkException() throws T { in checkException() method in UncheckedFutureTest.TestFuture
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DWriteQueueTest.java183 void checkException() throws Throwable { in concurrentWriteAndFlush() method in WriteQueueTest.ExceptionHandler
/external/kotlinx.coroutines/test-utils/jvm/src/
DExceptions.kt10 inline fun <reified T : Throwable> checkException(exception: Throwable) { in checkException() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DFailingCoroutinesMachineryTest.kt141 private fun checkException() { in <lambda>() method in kotlinx.coroutines.FailingCoroutinesMachineryTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DJobExtensionsTest.kt76 private inline fun checkException(block: () -> Unit) { in <lambda>() method in kotlinx.coroutines.JobExtensionsTest
/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp119 void checkException(JNIEnv *env) in checkException() function