Package net.thucydides.core.model
Class TestResultComparison
java.lang.Object
net.thucydides.core.model.TestResultComparison
public class TestResultComparison
extends java.lang.Object
A list of test results, used to determine the overall test result.
-
Constructor Summary
Constructors Constructor Description TestResultComparison(TestResult testResultA, TestResult testResultB)
-
Method Summary
Modifier and Type Method Description static TestResult
overallResultFor(TestResult testResultA, TestResult testResultB)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestResultComparison
-
-
Method Details
-
overallResultFor
-