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