()
| 12 | } |
| 13 | |
| 14 | public String location() { |
| 15 | return faker.fakeValuesService().resolve("star_trek.location", this, faker); |
| 16 | } |
| 17 | |
| 18 | public String specie() { |
| 19 | return faker.fakeValuesService().resolve("star_trek.specie", this, faker); |
nothing calls this directly
no test coverage detected