MCPcopy Create free account
hub / github.com/DiUS/java-faker / vegetable

Method vegetable

src/test/java/com/github/javafaker/FoodTest.java:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 @Test
31 public void vegetable() {
32 assertThat(faker.food().vegetable(), matchesRegularExpression("[A-Za-z1-9- ]+"));
33 }
34
35 @Test
36 public void sushi() {

Callers

nothing calls this directly

Calls 2

foodMethod · 0.80

Tested by

no test coverage detected