Home
last modified time | relevance | path

Searched refs:testThrowException (Results 1 – 5 of 5) sorted by relevance

/external/vogar/test/vogar/target/junit3/
DFailTest.java29 public void testThrowException() { in testThrowException() method in FailTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCoroutineDispatcherOperatorFunInvokeTest.kt18 fun testThrowException() = runTest { in <lambda>() method in kotlinx.coroutines.CoroutineDispatcherOperatorFunInvokeTest
DWithTimeoutOrNullTest.kt94 fun testThrowException() = runTest(expected = {it is AssertionError}) { in <lambda>() method
DWithTimeoutOrNullDurationTest.kt96 fun testThrowException() = runTest(expected = {it is AssertionError}) { in <lambda>() method
DWithContextTest.kt15 fun testThrowException() = runTest { in <lambda>() method