()
| 20 | } |
| 21 | |
| 22 | public String location() { |
| 23 | return faker.fakeValuesService().resolve("games.witcher.locations", this, faker); |
| 24 | } |
| 25 | |
| 26 | public String quote() { |
| 27 | return faker.fakeValuesService().resolve("games.witcher.quotes", this, faker); |
nothing calls this directly
no test coverage detected