While the main emphasis for testing is going to be on medium tests, for more complex pieces, we will still want unit tests. Main Testing Framework: [Junit5](https://junit.org/junit5/docs/current/user-guide/) Mocking Library: [Mockito](https://site.mockito.org/) Assertions Library: [AssertJ](https://assertj.github.io/doc/)