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

Method nyseSymbol

src/main/java/com/github/javafaker/Stock.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public String nyseSymbol() {
16 return faker.fakeValuesService().resolve("stock.symbol_nyse", this, faker);
17 }
18
19}

Callers 1

testNYSEMethod · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testNYSEMethod · 0.64