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