()
| 96 | } |
| 97 | |
| 98 | public String country() { |
| 99 | return faker.fakeValuesService().resolve("address.country", this, faker); |
| 100 | } |
| 101 | |
| 102 | public String countryCode() { |
| 103 | return faker.fakeValuesService().resolve("address.country_code", this, faker); |
nothing calls this directly
no test coverage detected