Skip to content

Migrate test suite from JUnit 4 to JUnit Jupiter #23451

Closed
@sbrannen

Description

@sbrannen

Overview

Although we have to use JUnit 4 for various tests in spring-test that validate our JUnit 4 support, we should be able to migrate all other tests from JUnit 4 to JUnit Jupiter.

The primary challenges include parameterized tests, where the JUnit 4 style (i.e., class-level parameterization) does not always map easily to Jupiter's @ParameterizedTest support (i.e., method-level parameterization).

Related Issues

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions