To finish the tutorial series, we invite you to perform following tasks at your own leasure. Feel free to start from any of the existing code packages, and go from there.
- Create a new class that resides in a new package and has to interact with another existing class
- Create a new test for that class
- Create a new TestBuilder for the existing class
- Perform a red, green, refactor (see this article on codecademy)
- (Optional) commit and push