Class SpringBootTestContextBootstrapper

All Implemented Interfaces:
TestContextBootstrapper

public class SpringBootTestContextBootstrapper extends DefaultTestContextBootstrapper
TestContextBootstrapper for Spring Boot. Provides support for @SpringBootTest and may also be used directly or subclassed. Provides the following features over and above DefaultTestContextBootstrapper:
Since:
1.4.0
Author:
Phillip Webb, Andy Wilkinson, Brian Clozel, Madhura Bhave, Lorenzo Dee
See Also: