()
| 9 | } |
| 10 | |
| 11 | public String character() { |
| 12 | return faker.fakeValuesService().resolve("dune.characters", this, faker); |
| 13 | } |
| 14 | |
| 15 | public String title() { |
| 16 | return faker.fakeValuesService().resolve("dune.titles", this, faker); |
nothing calls this directly
no test coverage detected