(Faker faker)
| 12 | private final Faker faker; |
| 13 | |
| 14 | protected Nation(Faker faker) { |
| 15 | this.faker = faker; |
| 16 | } |
| 17 | |
| 18 | public String nationality() { |
| 19 | return faker.fakeValuesService().resolve("nation.nationality", this, faker); |
nothing calls this directly
no outgoing calls
no test coverage detected