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

Method state

src/main/java/com/github/javafaker/Team.java:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 public String state() {
19 return faker.fakeValuesService().resolve("address.state", this, faker);
20 }
21
22 public String sport() {
23 return faker.fakeValuesService().resolve("team.sport", this, faker);

Callers 3

testStateMethod · 0.45
testStateWithZaLocaleMethod · 0.45
testStateMethod · 0.45

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 3

testStateMethod · 0.36
testStateWithZaLocaleMethod · 0.36
testStateMethod · 0.36