(Faker faker)
| 5 | private final Faker faker; |
| 6 | |
| 7 | protected Dune(Faker faker) { |
| 8 | this.faker = faker; |
| 9 | } |
| 10 | |
| 11 | public String character() { |
| 12 | return faker.fakeValuesService().resolve("dune.characters", this, faker); |
nothing calls this directly
no outgoing calls
no test coverage detected