Lecture 6
6
Incomplete testing …
•Temperatures does not test LinearEquation thoroughly enough
–second constructor (line through two points) never used
–no stress testing (hard cases – big numbers, negative numbers)
•Our grading scripts will test all of your code – so you should do it first!