Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ bigBads
Method
bigBads
src/main/java/com/github/javafaker/Buffy.java:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
public
String bigBads() {
23
return
faker.fakeValuesService().resolve(
"buffy.big_bads"
, this, faker);
24
}
25
26
public
String episodes() {
27
return
faker.fakeValuesService().resolve(
"buffy.episodes"
, this, faker);
Callers
1
testBigBads
Method · 0.80
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
1
testBigBads
Method · 0.64