반응형
JobLauncherTestUtils
-
30. Spring Batch TestBackEnd/Spring Batch 2022. 1. 14. 18:30
Spring Batch 4.1.x 이상 버전 (Boot 2.1) 기준 의존성 추가 (pom.xml) org.springframework.batch spring-batch-test test @SpringBatchTest 자동으로 ApplicationContext에 테스트에 필요한 여러 유틸 Bean을 등록해 주는 어노테이션 JobLauncherTestUtils: launchJob(), launchStep()과 같은 스프링 배치 테스트에 필요한 유틸성 메소드 지원 JobRepositoryTestUtils: JobRepository를 사용해서 JobExecution을 생성 및 삭제 기능 메소드 지원 StepScopeTestExecutionListener: @StepScope 컨텍스트를 생성해 주며 해당 컨텍스..