Oct
29
Functional tests in Play! 2 with REST-assured
In the Play! documentation, several flavours of functional testing are mentioned, including starting a HTTP server for the duration of the test – this is very useful for testing web services. In code, this looks like import static play.test.Helpers.*; … Read more