net.thucydides.core.model
Class TestResultList

Package class diagram package TestResultList
java.lang.Object
  extended by net.thucydides.core.model.TestResultList

public class TestResultList
extends Object

A list of test results, used to determine the overall test result.


Constructor Summary
protected TestResultList(List<TestResult> testResults)
           
 
Method Summary
 TestResult getOverallResult()
           
 boolean isEmpty()
           
static TestResultList of(List<TestResult> testResults)
           
static TestResultList of(TestResult... testResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResultList

protected TestResultList(List<TestResult> testResults)
Method Detail

of

public static TestResultList of(List<TestResult> testResults)

of

public static TestResultList of(TestResult... testResults)

isEmpty

public boolean isEmpty()

getOverallResult

public TestResult getOverallResult()


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.