play-java-jpa-example
play-java-jpa-example copied to clipboard
Unittest for listing persons
From what I have seen, there is no unittest method for testing the PersonController method getPersons. There is UnitTest.checkAddPerson(), but nothing comparable for getPersons, and also AcceptanceTest and IntegrationTest only check the index and addPerson.
Or am I missing something?