(final Faker faker)
| 5 | private final Faker faker; |
| 6 | |
| 7 | public Job(final Faker faker) { |
| 8 | this.faker = faker; |
| 9 | } |
| 10 | |
| 11 | public String field() { |
| 12 | return faker.fakeValuesService().resolve("job.field", this, faker); |
nothing calls this directly
no outgoing calls
no test coverage detected