MCPcopy Create free account
hub / github.com/DiUS/java-faker / testExtension

Method testExtension

src/test/java/com/github/javafaker/FileTest.java:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9public 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)

Callers

nothing calls this directly

Calls 3

fileMethod · 0.80
extensionMethod · 0.45

Tested by

no test coverage detected