()
| 44 | } |
| 45 | |
| 46 | public String streetSuffix() { |
| 47 | return faker.fakeValuesService().resolve("address.street_suffix", this, faker); |
| 48 | } |
| 49 | |
| 50 | public String streetPrefix() { |
| 51 | return faker.fakeValuesService().resolve("address.street_prefix", this, faker); |
nothing calls this directly
no test coverage detected