()
| 29 | } |
| 30 | |
| 31 | public String coatLength() { |
| 32 | return faker.fakeValuesService().resolve("creature.dog.coat_length", this, faker); |
| 33 | } |
| 34 | |
| 35 | public String gender() { |
| 36 | return faker.fakeValuesService().resolve("creature.dog.gender", this, faker); |
nothing calls this directly
no test coverage detected