Skip to content
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

Closed
sdzivanovich opened this issue Aug 25, 2015 · 4 comments
Closed

Advanced Unit Testing reorder #56

sdzivanovich opened this issue Aug 25, 2015 · 4 comments

Comments

@sdzivanovich
Copy link
Contributor

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

@laboon
Copy link
Owner

laboon commented Aug 25, 2015

Hmm, that's a good idea. Let me look through it today and see how I could do that.

@laboon
Copy link
Owner

laboon commented Aug 25, 2015

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.

@sdzivanovich
Copy link
Contributor Author

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

@laboon
Copy link
Owner

laboon commented Sep 4, 2015

I'm going to close this for now. If students seem to have trouble understanding unit tests, may re-arrange later.

@laboon laboon closed this as completed Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants