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

Method hop

src/main/java/com/github/javafaker/Beer.java:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 public String hop() {
19 return faker.fakeValuesService().resolve("beer.hop", this, faker);
20 }
21
22 public String yeast() {
23 return faker.fakeValuesService().resolve("beer.yeast", this, faker);

Callers 1

testHopMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testHopMethod · 0.64