Skip to content

Remove testInstance parameter from TestInstancePostProcessor #910

@sbrannen

Description

@sbrannen

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 testInstance parameter from TestInstancePostProcessor.postProcessTestInstance(Object, ExtensionContext).
  • Update all demo implementations accordingly.
  • Update Javadoc accordingly.
  • Add an entry in the M5 release notes.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions