()
| 11 | } |
| 12 | |
| 13 | public String valid() { |
| 14 | return faker.fakeValuesService().resolve("id_number.valid", this, faker); |
| 15 | } |
| 16 | |
| 17 | public String invalid() { |
| 18 | return faker.numerify(faker.fakeValuesService().resolve("id_number.invalid", this, faker)); |
nothing calls this directly
no test coverage detected