()
| 12 | } |
| 13 | |
| 14 | public String character() { |
| 15 | return faker.fakeValuesService().resolve("lebowski.characters", this, faker); |
| 16 | } |
| 17 | |
| 18 | public String quote() { |
| 19 | return faker.fakeValuesService().resolve("lebowski.quotes", this, faker); |
nothing calls this directly
no test coverage detected