Package com.googlecode.catchexception.throwable.apis.internal.hamcrest
package com.googlecode.catchexception.throwable.apis.internal.hamcrest
This private package provides matchers for
CatchThrowableHamcrestMatchers
.-
ClassesClassDescriptionThrowableMessageMatcher<T extends Throwable>Creates a
matcher
that matches an throwable with a certain message.ThrowableNoCauseMatcher<T extends Throwable>Creates amatcher
that matches an throwable that has nocause
.