Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 696 Bytes

File metadata and controls

19 lines (13 loc) · 696 Bytes

extension-testing

Maven Central

Utilities for testing JUnit 5 extensions.

For usage examples, take a look at the other project's tests in this repository.

ExtensionTester

Runs all of the tests in a given Class and generates a report that is relatively easy to assert on.

@ExpectFailure

Ensures that a test throws an exception. It's possible verify message and arbitrarily nested causes on the thrown exception.