()
| 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"); |
nothing calls this directly
no test coverage detected