()
| 18 | } |
| 19 | |
| 20 | @Test |
| 21 | public void testPublisher() { |
| 22 | assertThat(faker.book().publisher(), matchesRegularExpression("([\\p{L}'&\\-]+[,.]? ?){1,5}")); |
| 23 | } |
| 24 | |
| 25 | @Test |
| 26 | public void testGenre() { |
nothing calls this directly
no test coverage detected