public final class TestOutcomes.TestOutcomeMatcher extends Object
| Constructor and Description |
|---|
TestOutcomes.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 TestOutcomes.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 © 2011–2014 Wakaleo Consulting. All rights reserved.