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

Method fruit

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

Source from the content-addressed store, hash-verified

21 }
22
23 public String fruit() {
24 return faker.fakeValuesService().resolve("food.fruits", this, faker);
25 }
26
27 public String vegetable() {
28 return faker.fakeValuesService().resolve("food.vegetables", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected