()
| 8 | } |
| 9 | |
| 10 | public String character() { |
| 11 | return faker.fakeValuesService().resolve("hobbit.character", this, faker); |
| 12 | } |
| 13 | |
| 14 | public String thorinsCompany() { |
| 15 | return faker.fakeValuesService().resolve("hobbit.thorins_company", this, faker); |
nothing calls this directly
no test coverage detected