Skip navigation links
E G H I O S V W 

E

EventFixture - Interface in org.seedstack.business.test.event
This fixture provides methods for integration test on events.
EventProvider - Interface in org.seedstack.business.test.event
The EventProvider class provides a method which fire the event to test.
EventServiceProvider - Interface in org.seedstack.business.test.event
TheEventServiceProvider provides method to assert on handler called.
EventTestErrorCodes - Enum in org.seedstack.business.test.event
Error codes for event fixtures.
eventWasHandledBy(Event, Class<? extends EventHandler>) - Method in interface org.seedstack.business.test.event.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.test.event.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.test.event.EventFixture
Indicates the event to test.
given(Class) - Method in interface org.seedstack.business.test.event.EventFixture
Indicates the class to test.

H

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

I

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

O

org.seedstack.business.test - package org.seedstack.business.test
Provides classes for testing business objects.
org.seedstack.business.test.event - package org.seedstack.business.test.event
Provides classes for testing events.

S

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

V

valueOf(String) - Static method in enum org.seedstack.business.test.event.EventTestErrorCodes
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.seedstack.business.test.event.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.test.event.EventServiceProvider
Checks if the given handlers was called.
wasHandledExactlyBy(Class<? extends EventHandler>...) - Method in interface org.seedstack.business.test.event.EventServiceProvider
Checks if the given list of handler exactly correspond to the called handlers.
wasNotHandledBy(Class<? extends EventHandler>...) - Method in interface org.seedstack.business.test.event.EventServiceProvider
Checks if the given handlers was not called.
whenCalled(String, Object...) - Method in interface org.seedstack.business.test.event.ServiceProvider
Indicates the method to test with its params.
whenFired() - Method in interface org.seedstack.business.test.event.EventProvider
Actually fires the event.
E G H I O S V W 
Skip navigation links

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