public class TestResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static TestResult |
error(java.lang.Throwable throwable) |
static TestResult |
failure(java.lang.String reason) |
java.lang.Throwable |
getError() |
java.lang.String |
getReason() |
boolean |
isSuccess() |
static TestResult |
success() |
public boolean isSuccess()
@Nullable public java.lang.String getReason()
@Nullable public java.lang.Throwable getError()
public static TestResult success()
public static TestResult failure(java.lang.String reason)
public static TestResult error(java.lang.Throwable throwable)