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

Method citySuffix

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

Source from the content-addressed store, hash-verified

52 }
53
54 public String citySuffix() {
55 return faker.fakeValuesService().resolve("address.city_suffix", this, faker);
56 }
57
58 public String cityPrefix() {
59 return faker.fakeValuesService().resolve("address.city_prefix", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected