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