()
| 268 | } |
| 269 | |
| 270 | @Test |
| 271 | @Repeat(times=10) |
| 272 | public void testSlug() { |
| 273 | assertThat(faker.internet().slug(), matchesRegularExpression("[a-zA-Z]+\\_[a-zA-Z]+")); |
| 274 | } |
| 275 | |
| 276 | @Test |
| 277 | @Repeat(times=10) |
nothing calls this directly
no test coverage detected