()
| 26 | } |
| 27 | |
| 28 | public String currency() { |
| 29 | return faker.fakeValuesService().resolve("country.currency", this, faker); |
| 30 | } |
| 31 | |
| 32 | public String currencyCode() { |
| 33 | return faker.fakeValuesService().resolve("country.currency_code", this, faker); |
nothing calls this directly
no test coverage detected