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