File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
batch/chunk-simple/src/test/java/org/javaee7/batch/chunk/simple Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ public static WebArchive createDeployment() {
5353 return war ;
5454 }
5555
56- /**
57- * In the test, we're just going to invoke the batch execution and wait for completion. To validate the test
58- * expected behaviour we need to query the +Metric[]+ object available in the step execution.
59- *
60- * The batch process itself will read and process 10 elements from numbers 1 to 10, but only write the odd
61- * elements. Commits are executed after 3 elements are read.
62- *
63- * @throws Exception an exception if the batch could not complete successfully.
64- */
56+ /**
57+ * In the test, we're just going to invoke the batch execution and wait for completion. To validate the test
58+ * expected behaviour we need to query the +Metric[]+ object available in the step execution.
59+ *
60+ * The batch process itself will read and process 10 elements from numbers 1 to 10, but only write the odd
61+ * elements. Commits are executed after 3 elements are read.
62+ *
63+ * @throws Exception an exception if the batch could not complete successfully.
64+ */
6565 @ Test
6666 public void testChunkSimple () throws Exception {
6767 JobOperator jobOperator = BatchRuntime .getJobOperator ();
You can’t perform that action at this time.
0 commit comments