You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Command scenario tests can seed the read model state a command observes from events — Given.ForEventSource(id).Events(...) materializes any read model the command injects for that source through its own reducer or projection, with no read model type named.
Command scenario tests can pin a read model instance directly for a command with Given.ForEventSource(id).ReadModel(instance).