Index

A B C D F G I N O P Q R S T W 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractAxonTestCase - Class in ai.stapi.test.base
 
AbstractAxonTestCase() - Constructor for class ai.stapi.test.base.AbstractAxonTestCase
 
AbstractDomainTestCase - Class in ai.stapi.test.domain
 
AbstractDomainTestCase() - Constructor for class ai.stapi.test.domain.AbstractDomainTestCase
 
AbstractFixtureQueryTestCase - Class in ai.stapi.test.fixtureQueryTest
 
AbstractFixtureQueryTestCase() - Constructor for class ai.stapi.test.fixtureQueryTest.AbstractFixtureQueryTestCase
 
AcceptanceTestCase - Class in ai.stapi.test.acceptance
 
AcceptanceTestCase() - Constructor for class ai.stapi.test.acceptance.AcceptanceTestCase
 
AcceptanceTestCaseConfig - Class in ai.stapi.test.acceptance
 
AcceptanceTestCaseConfig() - Constructor for class ai.stapi.test.acceptance.AcceptanceTestCaseConfig
 
aggregateDefinitionProvider(DatabaseAggregateDefinitionProvider, AdHocAggregateDefinitionProvider) - Static method in class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig
 
ai.stapi.test.acceptance - package ai.stapi.test.acceptance
 
ai.stapi.test.base - package ai.stapi.test.base
 
ai.stapi.test.disabledImplementations - package ai.stapi.test.disabledImplementations
 
ai.stapi.test.domain - package ai.stapi.test.domain
 
ai.stapi.test.fixtureQueryTest - package ai.stapi.test.fixtureQueryTest
 
ai.stapi.test.systemschema - package ai.stapi.test.systemschema
 
appendEvents(List<? extends EventMessage<?>>) - Method in class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 

B

becauseTestCaseDoesntAllowPublishingEvents() - Static method in exception ai.stapi.test.disabledImplementations.InvalidTestOperation
 
becauseTestCaseDoesntAllowQuerying() - Static method in exception ai.stapi.test.disabledImplementations.InvalidTestOperation
 
becauseTestCaseDoesntAllowSendingCommands() - Static method in exception ai.stapi.test.disabledImplementations.InvalidTestOperation
 

C

configureAggregates() - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
createCommandBus() - Static method in class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig
 
createDisabledSynchronizer() - Static method in class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig
 
createEventGateway() - Static method in class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig
 
createEventStorageEngine() - Static method in class ai.stapi.test.domain.DomainTestConfig
 
createEventStore() - Static method in class ai.stapi.test.acceptance.AcceptanceTestCaseConfig
 
createEventStore() - Static method in class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig
 
createEventStore(EventStorageEngine) - Static method in class ai.stapi.test.domain.DomainTestConfig
 
createHeadToken() - Method in class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 
createQueryBus() - Static method in class ai.stapi.test.acceptance.AcceptanceTestCaseConfig
 
createQueryBus() - Static method in class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig
 
createQueryGateway() - Static method in class ai.stapi.test.domain.DomainTestConfig
 
createTailToken() - Method in class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 
createTokenAt(Instant) - Method in class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 
createTokenStore() - Static method in class ai.stapi.test.acceptance.AcceptanceTestCaseConfig
 
createTokenStore() - Static method in class ai.stapi.test.domain.DomainTestConfig
 
createTokenStore() - Static method in class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig
 

D

DisabledCommandGateway - Class in ai.stapi.test.disabledImplementations
 
DisabledCommandGateway() - Constructor for class ai.stapi.test.disabledImplementations.DisabledCommandGateway
 
DisabledEventGateway - Class in ai.stapi.test.disabledImplementations
 
DisabledEventGateway() - Constructor for class ai.stapi.test.disabledImplementations.DisabledEventGateway
 
DisabledQueryGateway - Class in ai.stapi.test.disabledImplementations
 
DisabledQueryGateway() - Constructor for class ai.stapi.test.disabledImplementations.DisabledQueryGateway
 
DomainTestCase - Class in ai.stapi.test.domain
 
DomainTestCase() - Constructor for class ai.stapi.test.domain.DomainTestCase
 
DomainTestConfig - Class in ai.stapi.test.domain
 
DomainTestConfig() - Constructor for class ai.stapi.test.domain.DomainTestConfig
 

F

FixtureQueryTestCase - Class in ai.stapi.test.fixtureQueryTest
 
FixtureQueryTestCase() - Constructor for class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCase
 
FixtureQueryTestCaseConfig - Class in ai.stapi.test.fixtureQueryTest
 
FixtureQueryTestCaseConfig() - Constructor for class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig
 

G

getActualEvents(TrackingEventStream) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
getAllTrackedMessagesWithPayloadType(Class<? extends Event>) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
getErrorMessage(List<Class<?>>, List<Class<?>>) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
getLastDynamicEventOfName(String) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
getLastDynamicEventOfName(String, int) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
getLastEventMessagesOfPayloadType(Class<T>) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
getLastEventOfType(Class<T>) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
getLastEventOfType(Class<T>, int) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
getLastEventOfTypeOptionally(Class<T>) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
getMetaDataForLastEventOfType(Class<? extends Event>) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
givenCommandIsDispatched(Object) - Method in class ai.stapi.test.domain.AbstractDomainTestCase
 
givenQueryReturningListIsDispatched(Query, Class<T>) - Method in class ai.stapi.test.fixtureQueryTest.AbstractFixtureQueryTestCase
 

I

initStartedAt() - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
InvalidTestOperation - Exception in ai.stapi.test.disabledImplementations
 

N

nextTrackingToken() - Method in class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 

O

operationDefinitionProvider(DatabaseOperationDefinitionProvider, AdHocOperationDefinitionProvider) - Static method in class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig
 

P

processorDefaultConfigurerModule() - Method in class ai.stapi.test.acceptance.AcceptanceTestCaseConfig
 
processorDefaultConfigurerModule() - Method in class ai.stapi.test.domain.DomainTestConfig
 
publish(List<?>) - Method in class ai.stapi.test.disabledImplementations.DisabledEventGateway
 

Q

query(String, Q, ResponseType<R>) - Method in class ai.stapi.test.disabledImplementations.DisabledQueryGateway
 

R

readEvents(String, long) - Method in class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 
readEvents(TrackingToken, boolean) - Method in class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 
readSnapshot(String) - Method in class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 
registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>>) - Method in class ai.stapi.test.disabledImplementations.DisabledEventGateway
 
registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>>) - Method in class ai.stapi.test.disabledImplementations.DisabledQueryGateway
 
registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class ai.stapi.test.disabledImplementations.DisabledCommandGateway
 
reset() - Method in class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 

S

scatterGather(String, Q, ResponseType<R>, long, TimeUnit) - Method in class ai.stapi.test.disabledImplementations.DisabledQueryGateway
 
send(C, CommandCallback<? super C, ? super R>) - Method in class ai.stapi.test.disabledImplementations.DisabledCommandGateway
 
send(Object) - Method in class ai.stapi.test.disabledImplementations.DisabledCommandGateway
 
sendAndWait(Object) - Method in class ai.stapi.test.disabledImplementations.DisabledCommandGateway
 
sendAndWait(Object, long, TimeUnit) - Method in class ai.stapi.test.disabledImplementations.DisabledCommandGateway
 
serializer - Variable in class ai.stapi.test.base.AbstractAxonTestCase
 
storeSnapshot(DomainEventMessage<?>) - Method in class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 
streamingQuery(String, Q, Class<R>) - Method in class ai.stapi.test.disabledImplementations.DisabledQueryGateway
 
structureDefinitionLoader(CombinedStructureDefinitionLoader, SystemAdHocStructureDefinitionLoader) - Static method in class ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig
 
structureDefinitionLoader(DatabaseStructureDefinitionLoader) - Static method in class ai.stapi.test.acceptance.AcceptanceTestCaseConfig
 
subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, int) - Method in class ai.stapi.test.disabledImplementations.DisabledQueryGateway
 
subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, SubscriptionQueryBackpressure, int) - Method in class ai.stapi.test.disabledImplementations.DisabledQueryGateway
 
SystemSchemaIntegrationTestCase - Class in ai.stapi.test.systemschema
 
SystemSchemaIntegrationTestCase() - Constructor for class ai.stapi.test.systemschema.SystemSchemaIntegrationTestCase
 

T

TestInMemoryEventStorageEngine - Class in ai.stapi.test.domain
 
TestInMemoryEventStorageEngine() - Constructor for class ai.stapi.test.domain.TestInMemoryEventStorageEngine
 
thenExpectedDynamicEventsSaved(String...) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenExpectedDynamicEventsSaved(List<String>) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenExpectedEventTypesSaved(Class<?>...) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenExpectedEventTypesSaved(List<Class<?>>) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenLastDynamicEventOfNameApproved(String) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenLastDynamicEventOfNameApproved(String, int) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenLastEventElementsForRemovalApproved() - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenLastEventElementsForRemovalApproved(Class<? extends Event>) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenLastEventGraphApproved() - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenLastEventOfTypeGraphApproved(Class<? extends Event>) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenLastEventOfTypeGraphApproved(Class<? extends Event>, int) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenMergedGraphOfAggregateApproved(UniqueIdentifier) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenMergedGraphOfAggregateApproved(String) - Method in class ai.stapi.test.base.AbstractAxonTestCase
 
thenQueryWillReturnResponseOfType(Query, Class<? extends Object>) - Method in class ai.stapi.test.fixtureQueryTest.AbstractFixtureQueryTestCase
Deprecated.

W

whenCommandIsDispatched(Object) - Method in class ai.stapi.test.domain.AbstractDomainTestCase
 
whenCommandIsDispatched(Object, MetaData) - Method in class ai.stapi.test.domain.AbstractDomainTestCase
 
whenCommandThrowingExceptionIsDispatched(Object) - Method in class ai.stapi.test.domain.AbstractDomainTestCase
 
whenNullableQueryIsDispatched(Query, Class<T>) - Method in class ai.stapi.test.fixtureQueryTest.AbstractFixtureQueryTestCase
 
whenQueryIsDispatched(Query, Class<T>) - Method in class ai.stapi.test.fixtureQueryTest.AbstractFixtureQueryTestCase
 
whenQueryReturningListIsDispatched(Query, Class<T>) - Method in class ai.stapi.test.fixtureQueryTest.AbstractFixtureQueryTestCase
 
A B C D F G I N O P Q R S T W 
All Classes and Interfaces|All Packages|Serialized Form