E G H I O S V W 

E

EventFixture - Interface in org.seedstack.business.api
This fixture provides methods for integration test on events.
EventProvider - Interface in org.seedstack.business.api
The EventProvider class provides a method which fire the event to test.
EventServiceProvider - Interface in org.seedstack.business.api
TheEventServiceProvider provides method to assert on handler called.
EventTestErrorCodes - Enum in org.seedstack.business.api
Error codes for event fixtures.
eventWasHandledBy(Event, Class<? extends EventHandler>) - Method in interface org.seedstack.business.api.HandlerProvider
Checks if the given event was received by the handler when the specified method is called.
eventWasHandledBy(Map<Class<? extends EventHandler>, Event>) - Method in interface org.seedstack.business.api.HandlerProvider
Checks if the given event was received by the handler when the specified method is called.

G

given(Event) - Method in interface org.seedstack.business.api.EventFixture
Indicates the event to test.
given(Class) - Method in interface org.seedstack.business.api.EventFixture
Indicates the class to test.

H

handle(Entity, Configuration) - Method in class org.seedstack.business.infrastructure.identity.InMemorySequenceHandler
 
HandlerProvider - Interface in org.seedstack.business.api
The HandlerProvider class provide method to assert on event handled.

I

InMemorySequenceHandler - Class in org.seedstack.business.infrastructure.identity
 
InMemorySequenceHandler() - Constructor for class org.seedstack.business.infrastructure.identity.InMemorySequenceHandler
 

O

org.seedstack.business.api - package org.seedstack.business.api
 
org.seedstack.business.infrastructure.identity - package org.seedstack.business.infrastructure.identity
 

S

ServiceProvider - Interface in org.seedstack.business.api
Provides a method to specify the method which should be tested.

V

valueOf(String) - Static method in enum org.seedstack.business.api.EventTestErrorCodes
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.seedstack.business.api.EventTestErrorCodes
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasHandledBy(Class<? extends EventHandler>...) - Method in interface org.seedstack.business.api.EventServiceProvider
Checks if the given handlers was called.
wasHandledExactlyBy(Class<? extends EventHandler>...) - Method in interface org.seedstack.business.api.EventServiceProvider
Checks if the given list of handler exactly correspond to the called handlers.
wasNotHandledBy(Class<? extends EventHandler>...) - Method in interface org.seedstack.business.api.EventServiceProvider
Checks if the given handlers was not called.
whenCalled(String, Object...) - Method in interface org.seedstack.business.api.ServiceProvider
Indicates the method to test with its params.
whenFired() - Method in interface org.seedstack.business.api.EventProvider
Actually fires the event.
E G H I O S V W 

Copyright © 2013-2015–2015. All rights reserved.