Last active
July 27, 2017 04:06
-
-
Save voltrevo/5249f0f88b2905740f7dbf698a4717af to your computer and use it in GitHub Desktop.
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
/------------------------------------------------------------------------------------------------------------\ | |
| high isolation | partial isolation / uses part of the system | uses the full system | | |
|------------------------+----------------------------------------------------+------------------------------| | |
| | | | | |
| | Not unit tests, so they're integration tests? | | | |
| DEFINITELY | Not integration tests, so they're unit tests? | DEFINITELY | | |
| UNIT TESTS | Maybe these tests are forbidden? | INTEGRATION TESTS | | |
| | Maybe these tests aren't useful? | | | |
| | Or maybe they're not possible? | | | |
| | Or maybe they need their own name? | | | |
| | | | | |
\------------------------------------------------------------------------------------------------------------/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment