Registry / testing / spring-boot-starter-test

spring-boot-starter-test

JSON →
library4.0.6javamavenunverified

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>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-test
testingjavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SpringBootTest
org.springframework.boot.test.context.SpringBootTest

Shows how to use @SpringBootTest to bootstrap a Spring Boot test context.

import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest public class ApplicationTest { // test methods }
Debug
Known issues
gotchaVersion 4.0.6 may have compatibility issues with older Spring Boot versions.
fix
Ensure your Spring Boot version matches the starter version.
affects: 4.0.x
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
spring-boot-starter-test — mvn dependency:get spring-boot-starter-test · libregistry