()
| 21 | } |
| 22 | |
| 23 | public String quote() { |
| 24 | return quote(faker.options().option(Dune.Quote.class)); |
| 25 | } |
| 26 | |
| 27 | public String quote(Quote quote) { |
| 28 | return faker.fakeValuesService().resolve("dune.quotes." + quote.yamlKey, this, faker); |
nothing calls this directly
no test coverage detected