51525354555657
* the matcher on the message * @return the matcher on the exception */ default org.hamcrest.Matcher<Throwable> exceptionMessage( org.hamcrest.Matcher<? super String> matching) { return new ExceptionMessageMatcher(matching); }