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

Method university

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

Source from the content-addressed store, hash-verified

9
10 // TODO - move these all out to en.yml by default.
11 public String university() {
12 return faker.fakeValuesService().resolve("educator.name", this, faker)
13 + " "
14 + faker.fakeValuesService().resolve("educator.tertiary.type", this, faker);
15 }
16
17 public String course() {
18 return faker.fakeValuesService().resolve("educator.tertiary.degree.type", this, faker)

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected