Background: Testing
In the Background chapter we go over mocking and which types of tests are best to write.
In this section we’ll start out by setting up static testing. Next we’ll write integration tests for our review operations. Then we’ll check how much of the code we’ve tested using a code coverage tool. Next we’ll fill in some of the coverage gaps with more integration tests and unit tests. Finally, we’ll write an end-to-end test.