Class AbstractFixtureQueryTestCase

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.fixtureQueryTest.AbstractFixtureQueryTestCase
All Implemented Interfaces:
ai.stapi.test.FixtureFileLoadableTestTrait
Direct Known Subclasses:
FixtureQueryTestCase

public abstract class AbstractFixtureQueryTestCase extends AbstractAxonTestCase
  • Constructor Details

    • AbstractFixtureQueryTestCase

      public AbstractFixtureQueryTestCase()
  • Method Details

    • thenQueryWillReturnResponseOfType

      @Deprecated protected void thenQueryWillReturnResponseOfType(ai.stapi.graphsystem.messaging.query.Query query, Class<? extends Object> expectedResponseType)
      Deprecated.
    • whenQueryIsDispatched

      protected <T> T whenQueryIsDispatched(ai.stapi.graphsystem.messaging.query.Query query, Class<T> expectedResponseType)
    • whenNullableQueryIsDispatched

      @Nullable protected <T> T whenNullableQueryIsDispatched(ai.stapi.graphsystem.messaging.query.Query query, Class<T> expectedResponseType)
    • whenQueryReturningListIsDispatched

      protected <T> List<T> whenQueryReturningListIsDispatched(ai.stapi.graphsystem.messaging.query.Query query, Class<T> expectedResponseType)
    • givenQueryReturningListIsDispatched

      protected <T> List<T> givenQueryReturningListIsDispatched(ai.stapi.graphsystem.messaging.query.Query query, Class<T> expectedResponseType)