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
ShouldHaveNoCause. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldHaveNoCause(java.lang.Throwable actual)
ShouldHaveNoCause.actual - the actual value in the failed assertion.ErrorMessageFactory.