public final class TestOutcomeMatchers extends 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(String tagName) |
static org.hamcrest.Matcher<TestOutcome> |
havingTagType(String tagType) |
static org.hamcrest.Matcher<TestOutcome> |
withResult(TestResult expectedResult) |
public static org.hamcrest.Matcher<TestOutcome> havingTagType(String tagType)
public static org.hamcrest.Matcher<TestOutcome> havingTagName(String tagName)
public static org.hamcrest.Matcher<TestOutcome> havingTag(TestTag expectedTag)
public static org.hamcrest.Matcher<TestOutcome> withResult(TestResult expectedResult)
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.