public abstract class DocumentMatcher extends org.hamcrest.TypeSafeMatcher<InputStream>
Constructor and Description |
---|
DocumentMatcher() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
matchesDocument(Document document) |
boolean |
matchesSafely(InputStream inputStream) |
describeMismatch, describeMismatchSafely, matches
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
public final boolean matchesSafely(InputStream inputStream)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<InputStream>
Copyright © 2002-2017 Atlassian. All Rights Reserved.