()
| 20 | } |
| 21 | |
| 22 | public String language() { |
| 23 | return faker.fakeValuesService().resolve("nation.language", this, faker); |
| 24 | } |
| 25 | |
| 26 | public String capitalCity() { |
| 27 | return faker.fakeValuesService().resolve("nation.capital_city", this, faker); |
nothing calls this directly
no test coverage detected