()
| 56 | } |
| 57 | |
| 58 | public String cityPrefix() { |
| 59 | return faker.fakeValuesService().resolve("address.city_prefix", this, faker); |
| 60 | } |
| 61 | |
| 62 | public String city() { |
| 63 | return faker.fakeValuesService().resolve("address.city", this, faker); |
nothing calls this directly
no test coverage detected