Searched defs:verifyException (Results 1 – 5 of 5) sorted by relevance
130 void verifyException(Exception e, Class<?> expType, String expMsg) in verifyException() method in DeserExceptionTypeTest
133 void verifyException(Exception e, Class<?> expType, String expMsg) in verifyException() method in TestExceptionsDuringWriting
76 private fun RecoverableTestException.verifyException(vararg expectedTraceElements: String) { in verifyException() method in kotlinx.coroutines.exceptions.StackTraceRecoveryNestedTest
347 public static void verifyException(Throwable e, String... matches) in verifyException() method in BaseTest
494 protected void verifyException(Throwable e, String... matches) in verifyException() method in BaseTest