()
| 68 | } |
| 69 | |
| 70 | public String state() { |
| 71 | return faker.fakeValuesService().resolve("address.state", this, faker); |
| 72 | } |
| 73 | |
| 74 | public String stateAbbr() { |
| 75 | return faker.fakeValuesService().resolve("address.state_abbr", this, faker); |
nothing calls this directly
no test coverage detected