(Faker faker)
| 4 | private final Faker faker; |
| 5 | |
| 6 | protected Robin(Faker faker) { |
| 7 | this.faker = faker; |
| 8 | } |
| 9 | |
| 10 | public String quote() { |
| 11 | return faker.fakeValuesService().resolve("robin.quotes", this, faker); |
nothing calls this directly
no outgoing calls
no test coverage detected