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

Method domainSuffix

src/main/java/com/github/javafaker/Internet.java:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public String domainSuffix() {
50 return faker.fakeValuesService().resolve("internet.domain_suffix", this, faker);
51 }
52
53 public String url() {
54 return join(

Callers 3

domainNameMethod · 0.95
urlMethod · 0.95
testDomainSuffixMethod · 0.45

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testDomainSuffixMethod · 0.36