Class PreviousTestOutcome

java.lang.Object
net.serenitybdd.core.history.PreviousTestOutcome

public class PreviousTestOutcome
extends java.lang.Object
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected PreviousTestOutcome​(java.lang.String id, java.lang.String name, TestResult result, java.lang.String testFailureSummary)  
  • Method Summary

    Modifier and Type Method Description
    static PreviousTestOutcome from​(TestOutcome testOutcome)  
    java.lang.String getId()  
    java.lang.String getName()  
    TestResult getResult()  
    java.lang.String getTestFailureSummary()  

    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

      public static PreviousTestOutcome from​(TestOutcome testOutcome)
    • getId

      public java.lang.String getId()
    • getName

      public java.lang.String getName()
    • getResult

      public TestResult getResult()
    • getTestFailureSummary

      public java.lang.String getTestFailureSummary()