Searched defs:verifyException (Results 1 – 6 of 6) 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
73 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
203 private static boolean verifyException(MediaFormat format, boolean isEncoder) in verifyException() method in MediaCodecTest