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

Method promotionCode

src/main/java/com/github/javafaker/Commerce.java:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public String promotionCode() {
58 return promotionCode(6);
59 }
60
61 public String promotionCode(int digits) {
62 return StringUtils.join(faker.resolve("commerce.promotion_code.adjective"),

Callers 2

testPromotionCodeMethod · 0.80

Calls 3

digitsMethod · 0.80
numberMethod · 0.80
resolveMethod · 0.45

Tested by 2

testPromotionCodeMethod · 0.64