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

Method industry

src/main/java/com/github/javafaker/Company.java:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 public String industry() {
28 return faker.fakeValuesService().resolve("company.industry", this, faker);
29 }
30
31 public String profession() {
32 return faker.fakeValuesService().resolve("company.profession", this, faker);

Callers 1

testIndustryMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testIndustryMethod · 0.64