Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use @SpringBootTest to bootstrap a Spring Boot test context.
Ensure your Spring Boot version matches the starter version.
No dependency data recorded yet.