Package net.thucydides.model.matchers
Class TestOutcomeResultsMatcher
java.lang.Object
org.hamcrest.BaseMatcher<TestOutcome>
org.hamcrest.TypeSafeMatcher<TestOutcome>
net.thucydides.model.matchers.TestOutcomeResultsMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<TestOutcome>,org.hamcrest.SelfDescribing
Does a test outcome contain a given list of results, in the specified order?
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(org.hamcrest.Description description) booleanmatchesSafely(TestOutcome testOutcome) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Constructor Details
-
TestOutcomeResultsMatcher
-
-
Method Details
-
matchesSafely
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<TestOutcome>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-