()
| 17 | } |
| 18 | |
| 19 | public String position() { |
| 20 | return faker.fakeValuesService().resolve("job.position", this, faker); |
| 21 | } |
| 22 | |
| 23 | public String keySkills() { |
| 24 | return faker.fakeValuesService().resolve("job.key_skills", this, faker); |
nothing calls this directly
no test coverage detected