()
| 13 | } |
| 14 | |
| 15 | public String breed() { |
| 16 | return faker.fakeValuesService().resolve("creature.dog.breed", this, faker); |
| 17 | } |
| 18 | |
| 19 | public String sound() { |
| 20 | return faker.fakeValuesService().resolve("creature.dog.sound", this, faker); |
nothing calls this directly
no test coverage detected