()
| 8 | } |
| 9 | |
| 10 | public String hero() { |
| 11 | return faker.fakeValuesService().resolve("games.overwatch.heroes", this, faker); |
| 12 | } |
| 13 | |
| 14 | public String location() { |
| 15 | return faker.fakeValuesService().resolve("games.overwatch.locations", this, faker); |
nothing calls this directly
no test coverage detected