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

Method currencyCode

src/main/java/com/github/javafaker/Country.java:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public String currencyCode() {
33 return faker.fakeValuesService().resolve("country.currency_code", this, faker);
34 }
35
36 public String name() {
37 return faker.fakeValuesService().resolve("country.name", this, faker);

Callers 1

testCurrencyCodeMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testCurrencyCodeMethod · 0.64