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