(Faker faker)
| 10 | private final Faker faker; |
| 11 | |
| 12 | protected Commerce(Faker faker) { |
| 13 | this.faker = faker; |
| 14 | } |
| 15 | |
| 16 | public String color() { |
| 17 | return faker.fakeValuesService().resolve("color.name", this, faker); |
nothing calls this directly
no outgoing calls
no test coverage detected