(Faker faker)
| 5 | private final Faker faker; |
| 6 | |
| 7 | protected Pokemon(Faker faker) { |
| 8 | this.faker = faker; |
| 9 | } |
| 10 | |
| 11 | public String name() { |
| 12 | return faker.resolve("games.pokemon.names"); |
nothing calls this directly
no outgoing calls
no test coverage detected