Class ExampleOutcome
java.lang.Object
net.thucydides.model.requirements.reports.ExampleOutcome
-
Constructor Summary
ConstructorsConstructorDescriptionExampleOutcome(String title, String subtitle, TestResult result, ZonedDateTime startTime, long duration, long stepCount, String allStepsText) -
Method Summary
-
Constructor Details
-
ExampleOutcome
public ExampleOutcome(String title, String subtitle, TestResult result, ZonedDateTime startTime, long duration, long stepCount, String allStepsText)
-
-
Method Details
-
getTitle
-
hasSubtitle
public boolean hasSubtitle() -
getSubtitle
-
getResult
-
getStartTime
-
getDuration
public long getDuration() -
getStepCount
public long getStepCount() -
getAllStepsText
-
getFormattedStartTime
-
getFormattedDuration
-