()
| 274 | } |
| 275 | |
| 276 | @Test |
| 277 | @Repeat(times=10) |
| 278 | public void testUuid() { |
| 279 | assertThat(faker.internet().uuid(), matchesRegularExpression("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")); |
| 280 | } |
| 281 | |
| 282 | @Test |
| 283 | @Repeat(times=100) |
nothing calls this directly
no test coverage detected