|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.thucydides.core.model.StoryTestResults
public class StoryTestResults
A collection of test results, corresponding to a the acceptance tests for a single user story. User stories can in turn belong to Features.
| Constructor Summary | |
|---|---|
StoryTestResults(Story story)
Create a new acceptance test run instance. |
|
StoryTestResults(Story story,
Configuration configuration,
IssueTracking issueTracking)
Create a new acceptance test run instance. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoryTestResults(Story story)
public StoryTestResults(Story story,
Configuration configuration,
IssueTracking issueTracking)
| Method Detail |
|---|
public Story getStory()
public String getReportName(ReportType type)
public String getReportName()
public void recordTestRun(TestOutcome testOutcome)
public int countStepsInSuccessfulTests()
public int countStepsInFailingTests()
public int countStepsInSkippedTests()
public List<TestOutcome> getTestOutcomes()
public String getTitle()
public String getTitleWithLinks()
public String getFormattedIssues()
public Set<String> getIssues()
public Double getCoverage()
public Double getPercentPassingCoverage()
public Double getPercentFailingCoverage()
public Double getPercentPendingCoverage()
public Integer getEstimatedTotalStepCount()
public double getAverageTestSize()
public boolean containsResultsFor(Story aUserStory)
public CoverageFormatter getFormatted()
public long getDuration()
public int getTotal()
public TestResult getResult()
public int getStepCount()
public int getSuccessCount()
public int getFailureCount()
public int getPendingCount()
public Integer getSkipCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||