Searched refs:testThrowException (Results 1 – 6 of 6) sorted by relevance
29 public void testThrowException() { in testThrowException() method in FailTest
15 fun testThrowException() = runTest { in <lambda>() method
91 fun testThrowException() = runTest(expected = {it is AssertionError}) { in <lambda>() method
94 fun testThrowException() = runTest(expected = {it is AssertionError}) { in <lambda>() method
12 fun testThrowException() = runTest { in <lambda>() method in kotlinx.coroutines.WithContextTest
790 void testThrowException() { in testThrowException() method in GeneratorAdapterTest