fix junit test cases

This commit is contained in:
amit.pandey
2020-04-26 22:24:14 +05:30
parent e1e47ffe6a
commit ed4a192a61
6 changed files with 18 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
package com.baeldung.batch.understanding;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.util.List;
import java.util.Map;
@@ -14,9 +15,7 @@ import javax.batch.runtime.Metric;
import javax.batch.runtime.StepExecution;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Disabled;
@Disabled("Should be fixed in BAEL-3812")
class SimpleChunkUnitTest {
@Test
public void givenChunk_thenBatch_CompletesWithSucess() throws Exception {