()
| 24 | } |
| 25 | |
| 26 | public String quote() { |
| 27 | return faker.fakeValuesService().resolve("games.witcher.quotes", this, faker); |
| 28 | } |
| 29 | |
| 30 | public String monster() { |
| 31 | return faker.fakeValuesService().resolve("games.witcher.monsters", this, faker); |
nothing calls this directly
no test coverage detected