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

Method countryCode

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

Source from the content-addressed store, hash-verified

100 }
101
102 public String countryCode() {
103 return faker.fakeValuesService().resolve("address.country_code", this, faker);
104 }
105
106 public String buildingNumber() {
107 return faker.numerify(faker.fakeValuesService().resolve("address.building_number", this, faker));

Callers 1

testCountryCodeMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testCountryCodeMethod · 0.64