net.thucydides.core.model
Class TestResultList
java.lang.Object
net.thucydides.core.model.TestResultList
public class TestResultList
- extends Object
A list of test results, used to determine the overall test result.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResultList
protected TestResultList(List<TestResult> testResults)
of
public static TestResultList of(List<TestResult> testResults)
isEmpty
public boolean isEmpty()
getOverallResult
public TestResult getOverallResult()
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.