()
| 17 | } |
| 18 | |
| 19 | public String sound() { |
| 20 | return faker.fakeValuesService().resolve("creature.dog.sound", this, faker); |
| 21 | } |
| 22 | |
| 23 | public String memePhrase() { |
| 24 | return faker.fakeValuesService().resolve("creature.dog.meme_phrase", this, faker); |
nothing calls this directly
no test coverage detected