-
Notifications
You must be signed in to change notification settings - Fork 62
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
Advanced Unit Testing reorder #56
Comments
Hmm, that's a good idea. Let me look through it today and see how I could do that. |
I don't know about this. I kind of like how it shows individual elements, and then tips and tricks for how to put them all together. |
I don't feel strongly about it. I'm probably biased because I learned general unit test structure/goals first, then started digging into mocking/verification/etc. afterward |
I'm going to close this for now. If students seem to have trouble understanding unit tests, may re-arrange later. |
I think "Unit Test Structure" (and maybe also "Code Coverage" and "Unit Testing as Part...") should precede the sections on doubles/stubs/verification/etc., as you kind of implicitly use the knowledge in the "Unit Test Structure" when structuring the unit test examples in the preceding chapters. The flow would be more "this is how unit tests are generally structured" into specifics, rather than throwing out a bunch of low-level specifics then presenting the more basic concepts of unit test structure afterwards
The text was updated successfully, but these errors were encountered: