net.thucydides.core.reports.matchers
Class TestOutcomeMatchers

Package class diagram package TestOutcomeMatchers
java.lang.Object
  extended by net.thucydides.core.reports.matchers.TestOutcomeMatchers

public final class TestOutcomeMatchers
extends Object


Constructor Summary
TestOutcomeMatchers()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestOutcomeMatchers

public TestOutcomeMatchers()
Method Detail

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 expectedResult)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.