public final class TestOutcomeMatchers
extends java.lang.Object
| Constructor and Description |
|---|
TestOutcomeMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<TestOutcome> |
havingTag(TestTag expectedTag) |
static org.hamcrest.Matcher<TestOutcome> |
havingTagName(java.lang.String tagName) |
static org.hamcrest.Matcher<TestOutcome> |
havingTagType(java.lang.String tagType) |
static org.hamcrest.Matcher<TestOutcome> |
withResult(TestResult expectedResult) |
public static org.hamcrest.Matcher<TestOutcome> havingTagType(java.lang.String tagType)
public static org.hamcrest.Matcher<TestOutcome> havingTagName(java.lang.String tagName)
public static org.hamcrest.Matcher<TestOutcome> havingTag(TestTag expectedTag)
public static org.hamcrest.Matcher<TestOutcome> withResult(TestResult expectedResult)