Creating reusable tests for PlayFramework

Creating reusable tests for PlayFramework

Writing tests isn’t the most interesting part of developing a new feature, yet it’s an important one. Well written tests will help you make sure that your newly added feature won’t break any other functionality. However while testing DAOs and...