Definition
Package: MessageHandler.EventSourcing.Testing
Assembly: MessageHandler.EventSourcing.Testing
Namespace: MessageHandler.EventSourcing.Testing
A projection restorer for testing
Constructors
| Constructor | Description |
|---|---|
| TestProjectionRestorer(object[]) | Creates a new instance of TestProjectionRestorer |
| TestProjectionRestorer(IEnumerable |
Creates a new instance of TestProjectionRestorer |
| TestProjectionRestorer(IInvokeProjections |
Creates a new instance of TestProjectionRestorer |
Methods
| Method | Description |
|---|---|
| Restore(string) | Restore all models for a stream type. |
| Restore(string, Func<string,T>) | Restore all models for a stream type. |
| Restore(string, string) | Restore a specific model for a stream type. |
| Restore(string, string, Func<string,T>) | Restore a specific model for a stream type. |
| Restore(IEnumerable |
Restore a specific model for a stream of events. |
| Restore(IEnumerable |
Restore a specific model for a stream of events. |