()
| 28 | } |
| 29 | |
| 30 | @Test |
| 31 | public void testQuote() { |
| 32 | assertThat(faker.witcher().quote(), matchesRegularExpression("[-A-Za-z0-9 —;…\\?\\!\\.’‘'”“,\\[\\]]+")); |
| 33 | } |
| 34 | |
| 35 | @Test |
| 36 | public void testMonster() { |
nothing calls this directly
no test coverage detected