Registry / testing / spring-test

spring-test

JSON →
library7.0.7javamavenunverified

Provides support for unit and integration testing of Spring applications with the TestContext framework.

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>7.0.7</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-TEST
S
spring-test
testingjavav7.0.7
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.

SpringExtension
org.springframework.test.context.junit.jupiter.SpringExtension

Shows a minimal JUnit 5 test using Spring TestContext.

import org.junit.jupiter.api.Test; import org.springframework.test.context.junit.jupiter.SpringJUnitConfig; @SpringJUnitConfig public class MyTest { @Test void testSomething() { // test logic } }
Debug
Known issues
breakingSpring Test 7.x requires Java 17+ and Spring Framework 7.x.
fix
Ensure your project uses Java 17 or later and compatible Spring Framework version.
affects: >=7.0.0
Upgrade
Version history
7.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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