MCPcopy Create free account
hub / github.com/DiUS/java-faker / Pokemon

Method Pokemon

src/main/java/com/github/javafaker/Pokemon.java:7–9  ·  view source on GitHub ↗
(Faker faker)

Source from the content-addressed store, hash-verified

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");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected