Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document JUnit Jupiter options in Spring 4.3.x [SPR-16446] #20991

Closed
spring-projects-issues opened this issue Jan 31, 2018 · 2 comments
Closed
Assignees
Labels
in: test Issues in the test module type: documentation A documentation task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Manuel Jordan opened SPR-16446 and commented

I am migrating a Spring 4.x project from JUnit 4 to JUnit 5, taking in consideration to use all the APIs of JUnit 5, thus removing all usage of JUnit 4.

I realize I must use either @ExtendWith(SpringExtension.class), @SpringJUnitConfig, or @SpringJUnitWebConfig, but this requires an upgrade to Spring 5.

I checked Spring Framework Reference Documentation 4.3.14.RELEASE, but it is not clear, for example, if Spring 4.x can be used with JUnit 5 and how.

A dedicated section would be valuable.


Affects: 4.3.14

@spring-projects-issues
Copy link
Collaborator Author

Sam Brannen commented

This has been documented for Spring 4.3.x in the following commit.

75a6f3b

@spring-projects-issues
Copy link
Collaborator Author

Manuel Jordan commented

Thank you Sam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test Issues in the test module type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

2 participants