()
| 33 | } |
| 34 | |
| 35 | public String measurement() { |
| 36 | return faker.fakeValuesService().resolve("food.measurement_sizes", this, faker) + |
| 37 | " " + faker.fakeValuesService().resolve("food.measurements", this, faker); |
| 38 | } |
| 39 | } |
nothing calls this directly
no test coverage detected