@SpringBootTest: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Spring Boot Concepts") |
|||
Line 2: | Line 2: | ||
* [[Spring_Boot_Concepts#Testing|Spring Boot Concepts]] | * [[Spring_Boot_Concepts#Testing|Spring Boot Concepts]] | ||
=Overview= | |||
@SpringBootTest tells to SpringRunner, which is a JUnit plugin that provides custom Spring-specific testing behavior, to bootstrap the test with Spring Boot capabilities. |
Revision as of 03:44, 9 October 2018
Internal
Overview
@SpringBootTest tells to SpringRunner, which is a JUnit plugin that provides custom Spring-specific testing behavior, to bootstrap the test with Spring Boot capabilities.