-
Notifications
You must be signed in to change notification settings - Fork 643
No-op stores does nothing hence test class is not needed. #90
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
Conversation
@chrjohn I figured what it was, We can just remove the session ID from that class and that test will pass, but the others won't, that's because the other tests will expect the messages to be present. The only tests that will pass are the ones related to message sequences. |
Don't merge yet, I will add another modification to make it even cleaner. |
Okeydokey. |
…ore messages, it will simply return true to any action or do nothing.
Done, check now. |
No-op stores does nothing hence test class is not needed. (cherry picked from commit 9fbce5a)
Is the following example fragment with the
That
|
Sorry, I do not quite understand the question. Where is that piece of code from? |
That's just an example, not part of QFJ, the question is in regard the use of I see my question was missing the last statement, the question should had been: |
Yes, that should work IMHO. |
NoopStore
does nothing hence all tests will fail as it will not store messages, it will simply return true to any action.