public class ShouldHaveRootCause extends BasicErrorMessageFactory
arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldHaveRootCause(Throwable actualCause) |
static ErrorMessageFactory |
shouldHaveRootCause(Throwable actual,
Throwable actualCause,
Throwable expectedCause) |
static ErrorMessageFactory |
shouldHaveRootCauseWithMessage(Throwable actual,
Throwable actualCause,
String expectedMessage) |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldHaveRootCauseWithMessage(Throwable actual, Throwable actualCause, String expectedMessage)
public static ErrorMessageFactory shouldHaveRootCause(Throwable actual, Throwable actualCause, Throwable expectedCause)
public static ErrorMessageFactory shouldHaveRootCause(Throwable actualCause)
Copyright © 2025. All rights reserved.