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

Method randomQuote

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

Source from the content-addressed store, hash-verified

29 }
30
31 @Test
32 @Repeat(times = 10000)
33 public void randomQuote() {
34 assertThat(
35 faker.dune().quote(faker.options().option(Dune.Quote.class)),
36 matchesRegularExpression("\\P{Cc}+"));
37 }
38
39 @Test
40 public void saying() {

Callers

nothing calls this directly

Calls 5

duneMethod · 0.80
optionMethod · 0.80
optionsMethod · 0.80
quoteMethod · 0.45

Tested by

no test coverage detected