()
| 104 | } |
| 105 | |
| 106 | public String buildingNumber() { |
| 107 | return faker.numerify(faker.fakeValuesService().resolve("address.building_number", this, faker)); |
| 108 | } |
| 109 | |
| 110 | public String fullAddress() { |
| 111 | return faker.fakeValuesService().resolve("address.full_address", this, faker); |
nothing calls this directly
no test coverage detected