()
| 28 | } |
| 29 | |
| 30 | public String secondaryAddress() { |
| 31 | return faker.numerify(faker.fakeValuesService().resolve("address.secondary_address", this,faker)); |
| 32 | } |
| 33 | |
| 34 | public String zipCode() { |
| 35 | return faker.bothify(faker.fakeValuesService().resolve("address.postcode", this,faker)); |
no test coverage detected