()
| 52 | } |
| 53 | |
| 54 | public String citySuffix() { |
| 55 | return faker.fakeValuesService().resolve("address.city_suffix", this, faker); |
| 56 | } |
| 57 | |
| 58 | public String cityPrefix() { |
| 59 | return faker.fakeValuesService().resolve("address.city_prefix", this, faker); |
nothing calls this directly
no test coverage detected