Adds WaitFor & WaitForMultiple as extensions for IList<IMessage>#184
Closed
joshkempner wants to merge 4 commits into
Closed
Adds WaitFor & WaitForMultiple as extensions for IList<IMessage>#184joshkempner wants to merge 4 commits into
joshkempner wants to merge 4 commits into
Conversation
b4d3aea to
d6bd26e
Compare
- Adds WaitFor and WaitForMultiple as extensions methods for IList<IMessage>. This improves backward compatibility with existing unit tests. - The lists of messages exposed by the CapturingSubscribableBus are no longer read-only.
d6bd26e to
58decd5
Compare
Contributor
Author
|
Abandoning this since it shouldn't be needed. With the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this pull request do?
Improve backward compatibility with unit tests that rely on
DispatcherSpecificationandMockRepositorySpecificationHow does this pull request accomplish that goal?
WaitForandWaitForMultipleas extensions methods forIList<IMessage>. This improves backward compatibility with existing unit tests.CapturingSubscribableBusare no longer read-only.Why is this pull request important?
This reduces the effort involved in updating to the latest version of ReactiveDomain
Link to any issues that this resolves
This does not address any open issues.
Checklist