()
| 39 | } |
| 40 | |
| 41 | @Test |
| 42 | public void testCharacters() { |
| 43 | assertThat(faker.lorem().characters(), matchesRegularExpression("[a-z\\d]{255}")); |
| 44 | } |
| 45 | |
| 46 | @Test |
| 47 | public void testCharactersIncludeUpperCase() { |
nothing calls this directly
no test coverage detected