()
| 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() { |
nothing calls this directly
no test coverage detected