-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Labels
Component: Code Infrastructureformerly "Feature: Code Infrastructure"formerly "Feature: Code Infrastructure"Feature: Developer GuideFeature: Performance & StabilitySize: 3A percentage of a sprint. 2.1 hours.A percentage of a sprint. 2.1 hours.
Milestone
Description
As discussed during tech hour, lets try to add another large chunk breaking change in the 6.0 release (that's what major releases are for... 😉): lets transition all test classes from JUnit 4 to JUnit 5.
This mostly requires replacing the imports. It will require adapting "Before" and "After" annotations, as the naming changes in J5. If we do have some kind of Rule or other JUnit 4 specific constructs, these would be replaces with the JUnit 5 equivalents.
In case some J4 test looks out for exceptions, this needs to be refactored, too - J5 has assertThrows now.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: Code Infrastructureformerly "Feature: Code Infrastructure"formerly "Feature: Code Infrastructure"Feature: Developer GuideFeature: Performance & StabilitySize: 3A percentage of a sprint. 2.1 hours.A percentage of a sprint. 2.1 hours.