()
| 25 | } |
| 26 | |
| 27 | public String vegetable() { |
| 28 | return faker.fakeValuesService().resolve("food.vegetables", this, faker); |
| 29 | } |
| 30 | |
| 31 | public String sushi() { |
| 32 | return faker.fakeValuesService().resolve("food.sushi", this, faker); |
nothing calls this directly
no test coverage detected