()
| 13 | } |
| 14 | |
| 15 | public String title() { |
| 16 | return faker.fakeValuesService().resolve("dune.titles", this, faker); |
| 17 | } |
| 18 | |
| 19 | public String planet() { |
| 20 | return faker.fakeValuesService().resolve("dune.planets", this, faker); |
nothing calls this directly
no test coverage detected