()
| 17 | } |
| 18 | |
| 19 | public String demonym() { |
| 20 | return faker.fakeValuesService().fetchString("demographic.demonym"); |
| 21 | } |
| 22 | |
| 23 | public String sex() { |
| 24 | return faker.fakeValuesService().fetchString("demographic.sex"); |
nothing calls this directly
no test coverage detected