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

Method saying

src/test/java/com/github/javafaker/DuneTest.java:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 @Test
40 public void saying() {
41 assertThat(faker.dune().saying(), matchesRegularExpression("\\P{Cc}+"));
42 }
43
44 @Test
45 @Repeat(times = 10000)

Callers 1

randomSayingMethod · 0.45

Calls 2

duneMethod · 0.80

Tested by

no test coverage detected