Uses of Class
net.thucydides.core.reports.TestOutcomes.TestOutcomeMatcher
| Package | Description |
|---|---|
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
-
Uses of TestOutcomes.TestOutcomeMatcher in net.thucydides.core.reports
Methods in net.thucydides.core.reports that return TestOutcomes.TestOutcomeMatcher Modifier and Type Method Description TestOutcomes.TestOutcomeMatcherTestOutcomes. findMatchingTags()TestOutcomes.TestOutcomeMatcherTestOutcomes.TestOutcomeMatcher. withName(java.lang.String name)TestOutcomes.TestOutcomeMatcherTestOutcomes.TestOutcomeMatcher. withName(org.hamcrest.Matcher<java.lang.String> nameMatcher)TestOutcomes.TestOutcomeMatcherTestOutcomes.TestOutcomeMatcher. withNameIn(java.util.List<org.hamcrest.Matcher<java.lang.String>> nameMatchers)TestOutcomes.TestOutcomeMatcherTestOutcomes.TestOutcomeMatcher. withType(java.lang.String type)TestOutcomes.TestOutcomeMatcherTestOutcomes.TestOutcomeMatcher. withType(org.hamcrest.Matcher<java.lang.String> typeMatcher)