()
| 8 | public class FoodTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void ingredient() { |
| 12 | assertThat(faker.food().ingredient(), matchesRegularExpression("[A-Za-z- ]+")); |
| 13 | } |
| 14 | |
| 15 | @Test |
| 16 | public void spice() { |
nothing calls this directly
no test coverage detected