Class AbstractStateMachineJUnit5Tests
java.lang.Object
org.springframework.statemachine.test.AbstractStateMachineJUnit5Tests
Base helper class for state machine tests.
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.context.annotation.AnnotationConfigApplicationContext
void
clean()
protected void
registerAndRefresh
(Class<?>... annotatedClasses) void
setup()
-
Field Details
-
context
protected org.springframework.context.annotation.AnnotationConfigApplicationContext context
-
-
Constructor Details
-
AbstractStateMachineJUnit5Tests
public AbstractStateMachineJUnit5Tests()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
clean
@AfterEach public void clean() -
buildContext
protected org.springframework.context.annotation.AnnotationConfigApplicationContext buildContext() -
registerAndRefresh
-