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

Method fullAddress

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

Source from the content-addressed store, hash-verified

108 }
109
110 public String fullAddress() {
111 return faker.fakeValuesService().resolve("address.full_address", this, faker);
112 }
113}

Callers 1

testFullAddressMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testFullAddressMethod · 0.64