Package net.serenitybdd.core.history
Class PreviousTestOutcome
java.lang.Object
net.serenitybdd.core.history.PreviousTestOutcome
public class PreviousTestOutcome
extends java.lang.Object
-
Constructor Summary
Constructors Modifier Constructor Description protectedPreviousTestOutcome(java.lang.String id, java.lang.String name, TestResult result, java.lang.String testFailureSummary) -
Method Summary
Modifier and Type Method Description static PreviousTestOutcomefrom(TestOutcome testOutcome)java.lang.StringgetId()java.lang.StringgetName()TestResultgetResult()java.lang.StringgetTestFailureSummary()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PreviousTestOutcome
protected PreviousTestOutcome(java.lang.String id, java.lang.String name, TestResult result, java.lang.String testFailureSummary)
-
-
Method Details
-
from
-
getId
public java.lang.String getId() -
getName
public java.lang.String getName() -
getResult
-
getTestFailureSummary
public java.lang.String getTestFailureSummary()
-