Package org.springframework.batch.test

Examples of org.springframework.batch.test.JobLauncherTestUtils


@EnableBatchProcessing
public class JobRunnerConfiguration {

  @Bean
  public JobLauncherTestUtils utils() throws Exception {
    return new JobLauncherTestUtils();
  }
View Full Code Here

TOP

Related Classes of org.springframework.batch.test.JobLauncherTestUtils

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.