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

public class TestOutcomeResultsMatcher extends org.hamcrest.TypeSafeMatcher<TestOutcome>
Does a test outcome contain a given list of results, in the specified order?