spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
519 stars 204 forks source link

Guide for Junit5 #74

Closed d1231 closed 5 years ago

d1231 commented 5 years ago

Hi,

I think it would be good idea to add a new guide using junit5.

My own experience was piecing together a lot of information from google (getting all the dependencies right, also working with mockito)

gregturn commented 5 years ago

Frankly, this is a topic for the JUnit 5 team and their own documentation.

There is nothing Spring-specific here.

d1231 commented 5 years ago

I think that a version of junit5 or updating the guide such as the following: https://spring.io/guides/gs/testing-web/

Would be helpful

gregturn commented 5 years ago

That guide is aimed at learning how to test using Spring Boot’a embedded servlet container. It’s not heavily aimed at JUnit.