webmvctest vs springboottest

Solutions on MaxInterview for webmvctest vs springboottest by the best coders in the world

showing results for - "webmvctest vs springboottest"
Jorge
24 Jan 2019
1@WebMvcTest - for testing the controller layer
2@JsonTest - for testing the JSON marshalling and unmarshalling
3@DataJpaTest - for testing the repository layer
4@RestClientTests - for testing REST clients
5