()
| 12 | } |
| 13 | |
| 14 | public String witcher() { |
| 15 | return faker.fakeValuesService().resolve("games.witcher.witchers", this, faker); |
| 16 | } |
| 17 | |
| 18 | public String school() { |
| 19 | return faker.fakeValuesService().resolve("games.witcher.schools", this, faker); |
nothing calls this directly
no test coverage detected