(Faker faker)
| 7 | private final Faker faker; |
| 8 | |
| 9 | protected IdNumber(Faker faker) { |
| 10 | this.faker = faker; |
| 11 | } |
| 12 | |
| 13 | public String valid() { |
| 14 | return faker.fakeValuesService().resolve("id_number.valid", this, faker); |
nothing calls this directly
no outgoing calls
no test coverage detected