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