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