Searched refs:createToyForPet (Results 1 – 2 of 2) sorted by relevance
155 Toy pet1_toy1 = TestUtil.createToyForPet(pet1, 10); in boxedPrimitiveList()156 Toy pet1_toy2 = TestUtil.createToyForPet(pet1, 20); in boxedPrimitiveList()157 Toy pet2_toy1 = TestUtil.createToyForPet(pet2, 30); in boxedPrimitiveList()
67 public static Toy createToyForPet(Pet pet, int toyId) { in createToyForPet() method in TestUtil