Class TestOutcomeMatchers

java.lang.Object
net.thucydides.core.reports.matchers.TestOutcomeMatchers

public final class TestOutcomeMatchers
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TestOutcomeMatchers()  
  • Method Summary

    Modifier and Type Method 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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestOutcomeMatchers

      public TestOutcomeMatchers()
  • Method Details

    • havingTagType

      public static org.hamcrest.Matcher<TestOutcome> havingTagType​(java.lang.String tagType)
    • havingTagName

      public static org.hamcrest.Matcher<TestOutcome> havingTagName​(java.lang.String tagName)
    • havingTag

      public static org.hamcrest.Matcher<TestOutcome> havingTag​(TestTag expectedTag)
    • withResult

      public static org.hamcrest.Matcher<TestOutcome> withResult​(TestResult expectedResult)