()
| 17 | } |
| 18 | |
| 19 | public String dish() { |
| 20 | return faker.fakeValuesService().resolve("food.dish", this, faker); |
| 21 | } |
| 22 | |
| 23 | public String fruit() { |
| 24 | return faker.fakeValuesService().resolve("food.fruits", this, faker); |
nothing calls this directly
no test coverage detected