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

Method campus

src/main/java/com/github/javafaker/Educator.java:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 public String campus() {
30 return faker.fakeValuesService().resolve("educator.name", this, faker) + " Campus";
31 }
32
33}

Callers 1

testCampusMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testCampusMethod · 0.64