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

Method race

src/main/java/com/github/javafaker/Demographic.java:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 public String race() {
12 return faker.fakeValuesService().fetchString("demographic.race");
13 }
14
15 public String educationalAttainment() {
16 return faker.fakeValuesService().fetchString("demographic.educational_attainment");

Callers

nothing calls this directly

Calls 2

fetchStringMethod · 0.80
fakeValuesServiceMethod · 0.80

Tested by

no test coverage detected