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

Method country

src/main/java/com/github/javafaker/Address.java:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 public String country() {
99 return faker.fakeValuesService().resolve("address.country", this, faker);
100 }
101
102 public String countryCode() {
103 return faker.fakeValuesService().resolve("address.country_code", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected