hamcrest-junit
hamcrest-junit copied to clipboard
Fix type signature of ExpectedException#except()
This fixes #12 but in contrast to the proposed solution there it changes the signature of ExpectedException#except(Matcher<?>)
to expect(Matcher<? super Throwable>)
.
As a maintainer of JUnit, I support this change.