MCPcopy Create free account
hub / github.com/DiUS/java-faker / Nation

Method Nation

src/main/java/com/github/javafaker/Nation.java:14–16  ·  view source on GitHub ↗
(Faker faker)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected