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

Method Commerce

src/main/java/com/github/javafaker/Commerce.java:12–14  ·  view source on GitHub ↗
(Faker faker)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected