Feb 09: Testing Methods
Learning Objectives
After today’s class, you should be able to:
- Describe one benefit and one difficulty of test-driven development.
- Select input and expected output values to use as tests for a method.
- Correctly compare values based on type (integer, double, and string).
Lesson Outline
FYI [5 min]
- This week: quiz + homework
- Next week: quiz + exam + homework
Act05 [45 min]