Registry / testing / spring-batch-test

spring-batch-test

JSON →
library6.0.3javamavenunverified

Provides testing utilities and domain support for Spring Batch jobs.

<dependency> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-test</artifactId> <version>6.0.3</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BATCH-TEST
S
spring-batch-test
testingjavav6.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.

JobLauncherTestUtils
org.springframework.batch.test.JobLauncherTestUtils

Minimal Spring Batch test using JobLauncherTestUtils.

import org.springframework.batch.test.JobLauncherTestUtils; import org.springframework.beans.factory.annotation.Autowired; public class BatchTest { @Autowired private JobLauncherTestUtils jobLauncherTestUtils; public void testJob() throws Exception { jobLauncherTestUtils.launchJob(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
spring-batch-test — mvn dependency:get spring-batch-test · libregistry