public class ExceptionsVerifier
extends java.lang.Object
Constructor and Description |
---|
ExceptionsVerifier(SpecTest specTest,
java.util.List<java.lang.Throwable> exceptions) |
Modifier and Type | Method and Description |
---|---|
<T extends java.lang.Throwable> |
verifyException(java.lang.Class<T> exceptionClass,
java.lang.Object... args) |
<T extends java.lang.Throwable> |
verifyFormattedException(java.lang.Class<T> exceptionClass,
java.lang.String message,
java.lang.Object... args) |
VerifierChainer |
verifyNoOutstandingExceptions() |
public ExceptionsVerifier(SpecTest specTest, java.util.List<java.lang.Throwable> exceptions)
public <T extends java.lang.Throwable> TopLevelExceptionVerifier verifyFormattedException(java.lang.Class<T> exceptionClass, java.lang.String message, java.lang.Object... args)
public <T extends java.lang.Throwable> TopLevelExceptionVerifier verifyException(java.lang.Class<T> exceptionClass, java.lang.Object... args)
public VerifierChainer verifyNoOutstandingExceptions()