Class AbstractStateMachineJUnit5Tests

java.lang.Object
org.springframework.statemachine.test.AbstractStateMachineJUnit5Tests

public abstract class AbstractStateMachineJUnit5Tests extends Object
Base helper class for state machine tests.
  • 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

      protected void registerAndRefresh(Class<?>... annotatedClasses)