Registry / testing / spring-integration-test

spring-integration-test

JSON →
library7.0.3javamavenunverified

Spring Integration Testing Framework

<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-test</artifactId> <version>7.0.3</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-INTEGRATION
S
spring-integration-test
testingjavav7.0.3
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.

SpringIntegrationTest
org.springframework.integration.test.context.SpringIntegrationTest

Minimal Spring Integration test setup

import org.springframework.integration.test.context.SpringIntegrationTest; import org.springframework.beans.factory.annotation.Autowired; @SpringIntegrationTest public class MyIntegrationTest { @Autowired private SomeGateway gateway; }
Debug
Known issues
breakingRequires Spring Integration 5.0+ and JUnit 5; older versions use different annotations.
fix
Use @SpringIntegrationTest with JUnit 5; for JUnit 4, use @RunWith(SpringRunner.class) and @ContextConfiguration.
affects: <5.0
Upgrade
Version history
7.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
14
Amazon
1
Resources
spring-integration-test — mvn dependency:get spring-integration-test · libregistry