Annotation Interface SpringBootTest


Annotation that can be specified on a test class that runs Spring Boot based tests. Provides the following features over and above the regular Spring TestContext Framework:
Since:
1.4.0
Author:
Phillip Webb, Andy Wilkinson
See Also: