()
| 84 | } |
| 85 | |
| 86 | @Test |
| 87 | public void testSentence() { |
| 88 | assertThat(faker.lorem().sentence(), matchesRegularExpression("(\\w+\\s?){4,10}\\.")); |
| 89 | } |
| 90 | |
| 91 | @Test |
| 92 | public void testSentenceWithWordCount() { |
nothing calls this directly
no test coverage detected