-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance test specifications and support classes for testing read models #157
Conversation
e0fed2d
to
0cdb193
Compare
src/ReactiveDomain.Testing/EventStore/MockStreamStoreConnection.cs
Outdated
Show resolved
Hide resolved
459e103
to
73503d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall I like the approach a lot.
Some small things:
- We should put XML comments on the new public classes & their public and protected methods/properties. I can help with that effort if necessary.
- We had discussed moving
ReadModelProperty
intoReactiveDomain.Testing
. Is there a reason to avoid doing that in this PR, or did it just slip through the cracks?
Moving read model property triggers a shit storm of dependency changes and ties things to windows only versions |
Yes on the xml comments, help would be appreciated |
OK, I'll work on it this afternoon. |
0e2988d
to
8dcc755
Compare
e45631b
to
4fd9694
Compare
4fd9694
to
c74f21c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
c74f21c
to
c805db9
Compare
Adds test specifications and support classes for ReadModel testing