Skip to content

Latest commit

 

History

History
 
 

extension-testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.