A Little Bit of Unit Testing
September 19
LameMath.java.
- This was the file with the functions we wanted to test (sum() diff() prod() quot() isEven())
- We demonstrated how we could write functions (addWorks() and isEvenWorks()) to test sum() and isEven(). but
it was tedious.
LameMathTest.java.
- Same thing, but using JUnit
slides
in-class slides, 4 slides/page