()
| 17 | } |
| 18 | |
| 19 | public String planet() { |
| 20 | return faker.fakeValuesService().resolve("dune.planets", this, faker); |
| 21 | } |
| 22 | |
| 23 | public String quote() { |
| 24 | return quote(faker.options().option(Dune.Quote.class)); |
nothing calls this directly
no test coverage detected