Searched refs:createSchool (Results 1 – 2 of 2) sorted by relevance
158 School school = TestUtil.createSchool(3, 5); in findSchoolByStreet()191 School school = TestUtil.createSchool(3, 5); in loadSubFieldsTest()196 School school2 = TestUtil.createSchool(4, 6); in loadSubFieldsTest()214 School school = TestUtil.createSchool(3, 5); in loadNestedSub()
85 public static School createSchool(int id, int managerId) { in createSchool() method in TestUtil