Package ai.stapi.test.fixtureQueryTest
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
-
Field Summary
Fields inherited from class ai.stapi.test.base.AbstractAxonTestCase
serializerFields inherited from class ai.stapi.test.base.AbstractUnitTestCase
graphRenderer, idLessTextEdgeRenderer, idLessTextGraphRenderer, idLessTextNodeRenderer, objectToJsonStringRenderer, textEdgeRenderer, textNodeRenderer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> List<T>givenQueryReturningListIsDispatched(ai.stapi.graphsystem.messaging.query.Query query, Class<T> expectedResponseType) protected voidthenQueryWillReturnResponseOfType(ai.stapi.graphsystem.messaging.query.Query query, Class<? extends Object> expectedResponseType) Deprecated.protected <T> TwhenNullableQueryIsDispatched(ai.stapi.graphsystem.messaging.query.Query query, Class<T> expectedResponseType) protected <T> TwhenQueryIsDispatched(ai.stapi.graphsystem.messaging.query.Query query, Class<T> expectedResponseType) protected <T> List<T>whenQueryReturningListIsDispatched(ai.stapi.graphsystem.messaging.query.Query query, Class<T> expectedResponseType) Methods inherited from class ai.stapi.test.base.AbstractAxonTestCase
configureAggregates, getActualEvents, getAllTrackedMessagesWithPayloadType, getErrorMessage, getLastDynamicEventOfName, getLastDynamicEventOfName, getLastEventMessagesOfPayloadType, getLastEventOfType, getLastEventOfType, getLastEventOfTypeOptionally, getMetaDataForLastEventOfType, initStartedAt, thenExpectedDynamicEventsSaved, thenExpectedDynamicEventsSaved, thenExpectedEventTypesSaved, thenExpectedEventTypesSaved, thenLastDynamicEventOfNameApproved, thenLastDynamicEventOfNameApproved, thenLastEventElementsForRemovalApproved, thenLastEventElementsForRemovalApproved, thenLastEventGraphApproved, thenLastEventOfTypeGraphApproved, thenLastEventOfTypeGraphApproved, thenMergedGraphOfAggregateApproved, thenMergedGraphOfAggregateApprovedMethods inherited from class ai.stapi.test.schemaintegration.AbstractSchemaIntegrationTestCase
setTestClassScope, setTestClassScopeBeforeAllMethods inherited from class ai.stapi.test.base.AbstractUnitTestCase
getRenderOptions, thenEdgeApproved, thenEdgesApproved, thenEdgesAreSame, thenEdgesHaveSameIdAndTypeAndNodeIds, thenExceptionMessageApproved, thenExceptionMessageApprovedWithHiddenUuids, thenGraphApproved, thenGraphApproved, thenGraphApproved, thenGraphApproved, thenGraphElementApproved, thenGraphElementsApproved, thenGraphsAreSame, thenGraphsAreSame, thenIdLessGraphsAreEqual, thenIdLessGraphsAreEqual, thenNodeApproved, thenNodesApproved, thenNodesAreSame, thenObjectApproved, thenObjectApproved, thenObjectApproved, thenObjectApproved, thenObjectApprovedWithoutSorting, thenObjectApprovedWithShownIds, thenObjectsEquals, thenObjectsEquals, thenStringApproved, thenUnsortedEdgesApproved, thenUnsortedGraphElementsApproved, thenUnsortedNodesApprovedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.test.FixtureFileLoadableTestTrait
getAbsoluteFixturePath, getAllFixtureFiles, getFixtureFilePath, getFixtureFolder, getLocationFilePath, getRelativeTestFolderPath
-
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
-
givenQueryReturningListIsDispatched
-