4.3.2 Hands-on Inspecting the Invoice classes

Course subject(s) Module 4: Testability and Mock Objects

Inspect the invoice package and its three classes: InvoiceFilter (the class we want to test), Invoice (represents an Invoice), and InvoiceDAO (accesses the database).

Look at the InvoiceFilter and think about how to write automated tests for that class.

Creative Commons License
Automated Software Testing: Practical Skills for Java Developers by TU Delft OpenCourseWare is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at https://online-learning.tudelft.nl/courses/automated-software-testing-practical-skills-for-java-developers/.
Back to top