()
| 21 | } |
| 22 | |
| 23 | public String sex() { |
| 24 | return faker.fakeValuesService().fetchString("demographic.sex"); |
| 25 | } |
| 26 | |
| 27 | public String maritalStatus() { |
| 28 | return faker.fakeValuesService().fetchString("demographic.marital_status"); |
nothing calls this directly
no test coverage detected