java.lang.Object
net.thucydides.model.requirements.reports.ExampleOutcome

public class ExampleOutcome extends Object
  • Constructor Details

  • Method Details

    • getTitle

      public String getTitle()
    • hasSubtitle

      public boolean hasSubtitle()
    • getSubtitle

      public String getSubtitle()
    • getResult

      public TestResult getResult()
    • getStartTime

      public ZonedDateTime getStartTime()
    • getDuration

      public long getDuration()
    • getStepCount

      public long getStepCount()
    • getAllStepsText

      public String getAllStepsText()
    • getFormattedStartTime

      public String getFormattedStartTime()
    • getFormattedDuration

      public String getFormattedDuration()