()
| 28 | } |
| 29 | |
| 30 | @Test |
| 31 | public void testCharacter() { |
| 32 | assertThat(String.valueOf(faker.lorem().character()), matchesRegularExpression("[a-z\\d]{1}")); |
| 33 | } |
| 34 | |
| 35 | @Test |
| 36 | public void testCharacterIncludeUpperCase() { |
nothing calls this directly
no test coverage detected