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

Method Faker

src/main/java/com/github/javafaker/Faker.java:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 private final ProgrammingLanguage programmingLanguage;
98
99 public Faker() {
100 this(Locale.ENGLISH);
101 }
102
103 public Faker(Locale locale) {
104 this(locale, (Random)null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected