Class AbstractDomainTestCase

java.lang.Object
ai.stapi.test.base.AbstractUnitTestCase
ai.stapi.test.integration.SpringBootTestCase
ai.stapi.test.integration.AbstractIntegrationTestCase
ai.stapi.test.schemaintegration.AbstractSchemaIntegrationTestCase
ai.stapi.test.base.AbstractAxonTestCase
ai.stapi.test.domain.AbstractDomainTestCase
All Implemented Interfaces:
ai.stapi.test.FixtureFileLoadableTestTrait
Direct Known Subclasses:
DomainTestCase

public abstract class AbstractDomainTestCase extends AbstractAxonTestCase
  • Constructor Details

    • AbstractDomainTestCase

      public AbstractDomainTestCase()
  • Method Details

    • givenCommandIsDispatched

      protected void givenCommandIsDispatched(Object command)
    • whenCommandIsDispatched

      protected void whenCommandIsDispatched(Object command)
    • whenCommandIsDispatched

      protected void whenCommandIsDispatched(Object command, org.axonframework.messaging.MetaData metaData)
    • whenCommandThrowingExceptionIsDispatched

      protected Optional<org.axonframework.commandhandling.CommandExecutionException> whenCommandThrowingExceptionIsDispatched(Object command)