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

Method creditCardType

src/main/java/com/github/javafaker/Business.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public String creditCardType() {
16 return faker.fakeValuesService().resolve("business.credit_card_types", this, faker);
17 }
18
19 public String creditCardExpiry() {
20 return faker.fakeValuesService().resolve("business.credit_card_expiry_dates", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected