More defensive StepScope schlepping in tests
This commit is contained in:
committed by
Michael Minella
parent
4d3594474d
commit
bea04ce186
@@ -51,12 +51,13 @@ public class StepScopeTests {
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
StepSynchronizationManager.release();
|
||||
context = StepSynchronizationManager.register(stepExecution);
|
||||
}
|
||||
|
||||
@After
|
||||
public void tearDown() throws Exception {
|
||||
StepSynchronizationManager.release();
|
||||
StepSynchronizationManager.close();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user