()
| 22 | } |
| 23 | |
| 24 | @Test |
| 25 | @Repeat(times=10) |
| 26 | public void testFileName() { |
| 27 | assertThat(faker.file().fileName(), matchesRegularExpression("([a-z\\-_]+)(\\\\|\\/)([a-z\\-_]+)\\.([a-z0-9]+)")); |
| 28 | } |
| 29 | |
| 30 | @Test |
| 31 | public void testFileNameSpecifyExtension() { |
nothing calls this directly
no test coverage detected