()
| 60 | } |
| 61 | |
| 62 | public String city() { |
| 63 | return faker.fakeValuesService().resolve("address.city", this, faker); |
| 64 | } |
| 65 | |
| 66 | public String cityName() { |
| 67 | return faker.fakeValuesService().resolve("address.city_name", this, faker); |
nothing calls this directly
no test coverage detected