| Interface | Description |
|---|---|
| EventCollector.EventHandler<Event> |
This interface represents a kind of an event filter that also gets notified when event is collected.
|
| Class | Description |
|---|---|
| ChainEventHandler<Event> |
Implementation of the
StreamHandler that chains registered delegates so that next filter is called
only if previous one returned true. |
| EventCollector<Target,Event> |
Class allows you easily create a mock of the specified type that stubs a single specified method.
|
| EventCombiner<Target,Event> |
Class represents an abstraction that performs a call to a stubbed mock method at one and, and combines
captured arguments into a single "event" at another end.
|
| EventHandlers |
Class provides a usability factory front for various implementations of
Predicate and EventHandlers
interfaces used to configure event collection with EventCollector. |
| LatchEventHandler |
Implementation of the
EventCollector.EventHandler backed by an instance of the CountDownLatch. |