File tree Expand file tree Collapse file tree 2 files changed +448
-348
lines changed
spring-batch-core/src/test/java/org/springframework/batch/core/jsr
src/site/docbook/reference Expand file tree Collapse file tree 2 files changed +448
-348
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .springframework .batch .core .jsr ;
17
17
18
- import java .util .Date ;
19
- import java .util .Properties ;
20
- import java .util .concurrent .TimeoutException ;
21
-
22
18
import javax .batch .operations .JobOperator ;
23
19
import javax .batch .runtime .BatchRuntime ;
24
20
import javax .batch .runtime .BatchStatus ;
25
21
import javax .batch .runtime .JobExecution ;
22
+ import java .util .Date ;
23
+ import java .util .Properties ;
24
+ import java .util .concurrent .TimeoutException ;
26
25
26
+ /**
27
+ * Provides testing utilities to execute JSR-352 jobs and block until they are complete (since all JSR-352 based jobs
28
+ * are executed asynchronously).
29
+ *
30
+ * @author Michael Minella
31
+ * @since 3.0
32
+ */
27
33
public class JsrTestUtils {
28
34
29
35
private static JobOperator operator ;
You can’t perform that action at this time.
0 commit comments