public class ChangeSetMatcher extends TypeSafeMatcher<ChangeSet>
Constructor and Description |
---|
ChangeSetMatcher(String comment,
String... fileNames) |
Modifier and Type | Method and Description |
---|---|
static Matcher<ChangeSet> |
changeSet(String comment,
String... fileNames) |
void |
describeTo(Description desc) |
boolean |
matchesSafely(ChangeSet changeSet) |
describeMismatch, describeMismatchSafely, matches
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
public ChangeSetMatcher(String comment, String... fileNames)
public boolean matchesSafely(ChangeSet changeSet)
matchesSafely
in class TypeSafeMatcher<ChangeSet>
public void describeTo(Description desc)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.