Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testCampus
Method · 0.80
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
1
testCampus
Method · 0.64