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

Method creditCardExpiry

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

Source from the content-addressed store, hash-verified

17 }
18
19 public String creditCardExpiry() {
20 return faker.fakeValuesService().resolve("business.credit_card_expiry_dates", this, faker);
21 }
22}

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected