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

Method power

src/main/java/com/github/javafaker/Superhero.java:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 public String power() {
23 return faker.fakeValuesService().resolve("superhero.power", this, faker);
24 }
25
26 public String descriptor() {
27 return faker.fakeValuesService().resolve("superhero.descriptor", this, faker);

Callers 1

testPowerMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testPowerMethod · 0.64