How to load test data (fixtures) in Play2?

Viewed 3105

How to load test data (fixtures) in Play2?

I've noticed that for Play1 people would use .yaml files and the Fixtures class, but couldn't find the equivalent for Play2 (Java).

1 Answers
Related