Interface AxonTestPhase.Then.Event

All Superinterfaces:
AxonTestPhase.Then.Message<AxonTestPhase.Then.Event>, AxonTestPhase.Then.MessageAssertions<AxonTestPhase.Then.Event>
Enclosing interface:
AxonTestPhase.Then

public static interface AxonTestPhase.Then.Event extends AxonTestPhase.Then.Message<AxonTestPhase.Then.Event>
Operations available in the Then phase of the test fixture execution only if event was published during the When phase.
  • Method Details

    • success

      Expect a successful execution of the When phase, no exception raised while handling the event.
      Returns:
      The current Then instance, for fluent interfacing.