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

Method mimeType

src/main/java/com/github/javafaker/File.java:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 public String mimeType() {
15 return faker.resolve("file.mime_type");
16 }
17
18 public String fileName() {
19 return fileName(null, null, null, null);

Callers 1

testMimeTypeFormatMethod · 0.80

Calls 1

resolveMethod · 0.45

Tested by 1

testMimeTypeFormatMethod · 0.64