Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testPromotionCode
Method · 0.80
testPromotionCodeDigits
Method · 0.80
Calls
3
digits
Method · 0.80
number
Method · 0.80
resolve
Method · 0.45
Tested by
2
testPromotionCode
Method · 0.64
testPromotionCodeDigits
Method · 0.64