public class Result extends java.lang.Object
static class
Result.ResultStatus
Result()
static Result
failure(java.lang.Iterable<? extends java.lang.Throwable> failures)
failure(java.lang.Throwable throwable)
skipped()
success()
unknown()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Result()
public static Result unknown()
public static Result success()
public static Result failure(java.lang.Throwable throwable)
public static Result failure(java.lang.Iterable<? extends java.lang.Throwable> failures)
public static Result skipped()