public class ShouldHaveNoSuppressedExceptions extends BasicErrorMessageFactory
Throwable
has no suppressed exceptions failed.arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ShouldHaveNoSuppressedExceptions(java.lang.Object actual) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldHaveNoSuppressedExceptions(java.lang.Object actual)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedString
private ShouldHaveNoSuppressedExceptions(java.lang.Object actual)
public static ErrorMessageFactory shouldHaveNoSuppressedExceptions(java.lang.Object actual)
ShouldHaveNoSuppressedExceptions
.actual
- the actual value in the failed assertion.ErrorMessageFactory
.