public class TestOutcomeResultsMatcher extends org.hamcrest.TypeSafeMatcher<TestOutcome>
Constructor and Description |
---|
TestOutcomeResultsMatcher(TestResult... expectedTestResults) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(TestOutcome testOutcome) |
public TestOutcomeResultsMatcher(TestResult... expectedTestResults)
public boolean matchesSafely(TestOutcome testOutcome)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<TestOutcome>
public void describeTo(org.hamcrest.Description description)