Questions
Answer the following questions to test your knowledge of this chapter:
- Which unit testing framework syntax do you like the most?
- What are the most complex parts of your application? Are they tested?
- How would you test a method that calculates the credit score of an applicant?
- How do you test a
void
method? - What things can you do to help test code stay clean and readable?