()
| 9 | public class FileTest extends AbstractFakerTest { |
| 10 | |
| 11 | @Test |
| 12 | @Repeat(times=10) |
| 13 | public void testExtension() { |
| 14 | assertThat(faker.file().extension(), |
| 15 | matchesRegularExpression("(flac|mp3|wav|bmp|gif|jpeg|jpg|png|tiff|css|csv|html|js|json|txt|mp4|avi|mov|webm|doc|docx|xls|xlsx|ppt|pptx|odt|ods|odp|pages|numbers|key|pdf)")); |
| 16 | } |
| 17 | |
| 18 | @Test |
| 19 | @Repeat(times=10) |
nothing calls this directly
no test coverage detected