public static final class TestOutcomes.TestOutcomeMatcher extends Object
| Constructor and Description |
|---|
TestOutcomeMatcher(TestOutcomes outcomes) |
| Modifier and Type | Method and Description |
|---|---|
List<TestTag> |
list() |
TestOutcomes.TestOutcomeMatcher |
withName(org.hamcrest.Matcher<String> nameMatcher) |
TestOutcomes.TestOutcomeMatcher |
withName(String name) |
TestOutcomes.TestOutcomeMatcher |
withNameIn(List<org.hamcrest.Matcher<String>> nameMatchers) |
TestOutcomes.TestOutcomeMatcher |
withType(org.hamcrest.Matcher<String> typeMatcher) |
TestOutcomes.TestOutcomeMatcher |
withType(String type) |
public TestOutcomeMatcher(TestOutcomes outcomes)
public TestOutcomes.TestOutcomeMatcher withName(org.hamcrest.Matcher<String> nameMatcher)
public TestOutcomes.TestOutcomeMatcher withNameIn(List<org.hamcrest.Matcher<String>> nameMatchers)
public TestOutcomes.TestOutcomeMatcher withName(String name)
public TestOutcomes.TestOutcomeMatcher withType(org.hamcrest.Matcher<String> typeMatcher)
public TestOutcomes.TestOutcomeMatcher withType(String type)
Copyright © 2023. All rights reserved.