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

Method secondarySchool

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

Source from the content-addressed store, hash-verified

21 }
22
23 public String secondarySchool() {
24 return faker.fakeValuesService().resolve("educator.name", this, faker)
25 + " "
26 + faker.fakeValuesService().resolve("educator.secondary", this, faker);
27 }
28
29 public String campus() {
30 return faker.fakeValuesService().resolve("educator.name", this, faker) + " Campus";

Callers 1

testSecondarySchoolMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testSecondarySchoolMethod · 0.64