Definition
Package: MessageHandler.EventSourcing.Testing
Assembly: MessageHandler.EventSourcing.Testing
Namespace: MessageHandler.EventSourcing.Testing
A projection invoker for testing
Constructors
| Constructor | Description |
|---|---|
| TestProjectionInvoker(object[]) | Creates a new instance of TestProjectionInvoker |
Methods
| Method | Description |
|---|---|
| Invoke(T, IEnumerable |
Invoke the projections corresponding to the provided target model and sourced events. |
| Invoke(T, SourcedEvent) | Invoke the projection corresponding to the provided target model and sourced event. |