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

Method countyByZipCode

src/main/java/com/github/javafaker/Address.java:42–44  ·  view source on GitHub ↗
(String postCode)

Source from the content-addressed store, hash-verified

40 }
41
42 public String countyByZipCode(String postCode) {
43 return faker.fakeValuesService().resolve("address.county_by_postcode." + postCode, this, faker);
44 }
45
46 public String streetSuffix() {
47 return faker.fakeValuesService().resolve("address.street_suffix", this, faker);

Callers 1

testCountyByZipCodeMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testCountyByZipCodeMethod · 0.64