()
| 29 | } |
| 30 | |
| 31 | public String sushi() { |
| 32 | return faker.fakeValuesService().resolve("food.sushi", this, faker); |
| 33 | } |
| 34 | |
| 35 | public String measurement() { |
| 36 | return faker.fakeValuesService().resolve("food.measurement_sizes", this, faker) + |
nothing calls this directly
no test coverage detected