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.mongodb;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.is;
|
||||
import static org.hamcrest.Matchers.notNullValue;
|
||||
import static org.junit.Assert.assertThat;
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
import static org.springframework.statemachine.TestUtils.doSendEventAndConsumeAll;
|
||||
import static org.springframework.statemachine.TestUtils.doStartAndAssert;
|
||||
import static org.springframework.statemachine.TestUtils.resolveMachine;
|
||||
|
||||
Reference in New Issue
Block a user