Created
December 18, 2013 16:49
-
-
Save bvenners/8025646 to your computer and use it in GitHub Desktop.
Chaining side effect checks in a test with a result type
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
{ | |
// do first step | |
// pure assert first side effect | |
} && { | |
// do second step | |
// pure assert second side effect | |
} && { | |
// do third step | |
// pure assert third side effect | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment