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

Method countryCode3

src/main/java/com/github/javafaker/Country.java:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 public String countryCode3() {
21 return faker.fakeValuesService().resolve("country.code3", this, faker);
22 }
23
24 public String capital() {
25 return faker.fakeValuesService().resolve("country.capital", this, faker);

Callers 1

testCode3Method · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testCode3Method · 0.64