2
votes
1answer
717 views

Cannot perform unit test with function which have createCriteria() statement

I want to write a unit test (by JUnit) to test value of this function in Groovy: String getPeopleNamesById(int[] peopleIds) { List<String> names = People.createCriteria().list{ ...