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