Duplicate base junit4 classes for junit5
- AbstractStateMachineTests to AbstractStateMachineJUnit4Tests - StateMachineTestPlanBuilderTests to StateMachineTestPlanBuilderJUnit4Tests - Add AbstractStateMachineJUnit5Tests and StateMachineTestPlanBuilderJUnit5Tests - Move away from junit4 assertThat methods - Fixes #780 - Also completes and Fixes #771
This commit is contained in:
@@ -17,7 +17,7 @@ package org.springframework.statemachine.data;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.is;
|
||||
import static org.hamcrest.CoreMatchers.notNullValue;
|
||||
import static org.junit.Assert.assertThat;
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
import java.util.Iterator;
|
||||
|
||||
Reference in New Issue
Block a user