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

Method testYeast

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

Source from the content-addressed store, hash-verified

28 }
29
30 @Test
31 public void testYeast() {
32 assertThat(faker.beer().yeast(), matchesRegularExpression("[\\p{L}'() 0-9-ö]+"));
33 }
34}

Callers

nothing calls this directly

Calls 3

yeastMethod · 0.80
beerMethod · 0.80

Tested by

no test coverage detected