()
| 25 | } |
| 26 | |
| 27 | public String age() { |
| 28 | return faker.fakeValuesService().resolve("creature.dog.age", this, faker); |
| 29 | } |
| 30 | |
| 31 | public String coatLength() { |
| 32 | return faker.fakeValuesService().resolve("creature.dog.coat_length", this, faker); |
nothing calls this directly
no test coverage detected