Class AbstractStateMachineJUnit4Tests
java.lang.Object
org.springframework.statemachine.test.AbstractStateMachineJUnit4Tests
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
-
AbstractStateMachineJUnit4Tests
public AbstractStateMachineJUnit4Tests()
-
-
Method Details
-
setup
public void setup() -
clean
public void clean() -
buildContext
protected org.springframework.context.annotation.AnnotationConfigApplicationContext buildContext() -
registerAndRefresh
-