Previous | Next | |
Rational_ex12 | Rational_ex13 | Rational_ex14 |
Rational: ex13
Improved test case coverage
On website: https://ucsb-cs56-pconrad.github.io/tutorials/rational_ex01/
Part of a series of tutorial articles about a Rational class.
Code examples referred to on this page can be found here: https://github.com/UCSB-CS56-pconrad/cs56-rational-ex13
Better test case coverage
Take a look at the test coverage reports for ex12 and ex13
Let’s discuss:
- how we can go about improving test case coverage
- why that might be a good plan
- why getting all the way to 100% might not be a good idea.
Previous | Next | |
Rational_ex12 | Rational_ex13 | Rational_ex14 |