Class TestResultList

java.lang.Object
net.thucydides.core.model.TestResultList

public class TestResultList
extends java.lang.Object
A list of test results, used to determine the overall test result.
  • Constructor Summary

    Constructors 
    Constructor Description
    TestResultList()  
  • Method Summary

    Modifier and Type Method Description
    static TestResult overallResultFrom​(java.util.List<TestResult> results)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestResultList

      public TestResultList()
  • Method Details

    • overallResultFrom

      public static TestResult overallResultFrom​(java.util.List<TestResult> results)