-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Overview
Due to recent refactorings that made the test instance available in the ExtensionContext, a TestInstancePostProcessor now has two ways to access the test instance object in the postProcessTestInstance() method, thereby making the Object testInstance parameter superfluous.
Related Issues
Deliverables
- Delete the
Object testInstanceparameter fromTestInstancePostProcessor.postProcessTestInstance(Object, ExtensionContext). - Update all demo implementations accordingly.
- Update Javadoc accordingly.
- Add an entry in the M5 release notes.