public class TestResultList extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TestResultList(List<TestResult> testResults) |
| Modifier and Type | Method and Description |
|---|---|
TestResult |
getOverallResult() |
boolean |
isEmpty() |
static TestResultList |
of(List<TestResult> testResults) |
static TestResultList |
of(TestResult... testResults) |
protected TestResultList(List<TestResult> testResults)
public static TestResultList of(List<TestResult> testResults)
public static TestResultList of(TestResult... testResults)
public boolean isEmpty()
public TestResult getOverallResult()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.