Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ countryCode3
Method
countryCode3
src/main/java/com/github/javafaker/Country.java:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
public
String countryCode3() {
21
return
faker.fakeValuesService().resolve(
"country.code3"
, this, faker);
22
}
23
24
public
String capital() {
25
return
faker.fakeValuesService().resolve(
"country.capital"
, this, faker);
Callers
1
testCode3
Method · 0.80
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
1
testCode3
Method · 0.64