Uses of Class
net.thucydides.core.model.TestOutcomeSummary
| Package | Description |
|---|---|
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
-
Uses of TestOutcomeSummary in net.thucydides.core.reports
Methods in net.thucydides.core.reports that return types with arguments of type TestOutcomeSummary Modifier and Type Method Description java.util.List<TestOutcomeSummary>JiraUpdaterService. updateJiraForTestResultsFrom(java.lang.String outcomeDirectory)Loads test results from outcome directory and updates Jira comments and workflow.java.util.List<TestOutcomeSummary>JiraUpdaterService. updateJiraForTestResultsFrom(java.lang.String outcomeDirectory, java.lang.String outcomesNameFilter)Loads test results from outcome directory (matching the given regular expression filter for TestOutcomes names) and updates Jira comments and workflow.