()
| 16 | } |
| 17 | |
| 18 | public String suffix() { |
| 19 | return faker.fakeValuesService().resolve("superhero.suffix", this, faker); |
| 20 | } |
| 21 | |
| 22 | public String power() { |
| 23 | return faker.fakeValuesService().resolve("superhero.power", this, faker); |
nothing calls this directly
no test coverage detected