public class TestResultList
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
TestResult |
getOverallResult() |
boolean |
isEmpty() |
static TestResultList |
of(java.util.List<TestResult> testResults) |
static TestResultList |
of(TestResult... testResults) |
public static TestResultList of(java.util.List<TestResult> testResults)
public static TestResultList of(TestResult... testResults)
public boolean isEmpty()
public TestResult getOverallResult()