Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ domainName
Method
domainName
src/main/java/com/github/javafaker/Internet.java:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
public
String domainName() {
42
return
domainWord() +
"."
+ domainSuffix();
43
}
44
45
public
String domainWord() {
46
return
FakerIDN.toASCII(faker.name().lastName().toLowerCase().replaceAll(
"'"
,
""
));
Callers
2
testDomainName
Method · 0.45
testFarsiIDNs
Method · 0.45
Calls
2
domainWord
Method · 0.95
domainSuffix
Method · 0.95
Tested by
2
testDomainName
Method · 0.36
testFarsiIDNs
Method · 0.36