Utilities for testing JUnit 5 extensions.
For usage examples, take a look at the other project's tests in this repository.
Runs all of the tests in a given Class
and generates a report that is
relatively easy to assert on.
Ensures that a test throws an exception. It's possible verify message and arbitrarily nested causes on the thrown exception.