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

Method profession

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

Source from the content-addressed store, hash-verified

29 }
30
31 public String profession() {
32 return faker.fakeValuesService().resolve("company.profession", this, faker);
33 }
34
35 public String buzzword() {
36 @SuppressWarnings("unchecked")

Callers 1

testProfessionMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testProfessionMethod · 0.64