-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Document that JUnit 4 is the default #16707
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
Conversation
I assumed the latest spring boot starter test uses JUnit 5 and had to scratch my head over it. I suggest adding it to the documentation as other people may be confused as well. Reference http://central.maven.org/maven2/org/springframework/boot/spring-boot-starter-test/2.1.4.RELEASE/spring-boot-starter-test-2.1.4.RELEASE.pom
Add Note This part seemed to imply that the latest is JUnit 5.
|
Thanks for the suggestion. We already mention that JUnit 4 is the default in the Kotlin testing section. I can't see any harm in mentioning it more generally, but I think it would be better done in this section. If you agree, would you like to update your proposal? |
Ah,,, I have missed it since I do not use Kotlin. Yes, I will update my proposal based on your suggestion! |
I have deleted the initial doc proposal and moved the information to the place where suggested.
I moved the doc to a more appropriate place! |
* pr/16707: Polish "Document that JUnit 4 is the default" Document that JUnit 4 is the default
@Tetsuya3850 thank you, this is now merged in |
I assumed the latest spring boot starter test uses JUnit 5 and had to scratch my head over it. I suggest adding it to the documentation as other people may be confused as well.
Reference
http://central.maven.org/maven2/org/springframework/boot/spring-boot-starter-test/2.1.4.RELEASE/spring-boot-starter-test-2.1.4.RELEASE.pom