Class TestHFileBlockHeaderCorruption.IsThrowableMatching

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<Throwable>
org.apache.hadoop.hbase.io.hfile.TestHFileBlockHeaderCorruption.IsThrowableMatching
All Implemented Interfaces:
org.hamcrest.Matcher<Throwable>, org.hamcrest.SelfDescribing
Enclosing class:
TestHFileBlockHeaderCorruption

private static final class TestHFileBlockHeaderCorruption.IsThrowableMatching extends org.hamcrest.TypeSafeMatcher<Throwable>
A Matcher implementation that can make basic assertions over a provided Throwable. Assertion failures include the full stacktrace in their description.