net.thucydides.core.reports.matchers
Class TestOutcomeMatchers
java.lang.Object
net.thucydides.core.reports.matchers.TestOutcomeMatchers
public final class TestOutcomeMatchers
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestOutcomeMatchers
public TestOutcomeMatchers()
havingTagType
public static org.hamcrest.Matcher<TestOutcome> havingTagType(String tagType)
havingTagName
public static org.hamcrest.Matcher<TestOutcome> havingTagName(String tagName)
havingTag
public static org.hamcrest.Matcher<TestOutcome> havingTag(TestTag expectedTag)
withResult
public static org.hamcrest.Matcher<TestOutcome> withResult(TestResult testResult)
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.