public class FailureKt
| Modifier and Type | Method and Description |
|---|---|
static void |
fail(java.lang.AssertionError error)
Fail the test with the given {@link AssertionError}.
|
static void |
fail(java.lang.String message,
java.lang.Object expected,
java.lang.Object actual)
Fail the test with the given message.
|