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

Method randomSaying

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

Source from the content-addressed store, hash-verified

42 }
43
44 @Test
45 @Repeat(times = 10000)
46 public void randomSaying() {
47 assertThat(
48 faker.dune().saying(faker.options().option(Dune.Saying.class)),
49 matchesRegularExpression("\\P{Cc}+"));
50 }
51
52}

Callers

nothing calls this directly

Calls 5

duneMethod · 0.80
optionMethod · 0.80
optionsMethod · 0.80
sayingMethod · 0.45

Tested by

no test coverage detected