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