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

Method testNYSE

src/test/java/com/github/javafaker/StockTest.java:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 @Test
17 public void testNYSE() {
18 assertThat(faker.stock().nyseSymbol(), not(isEmptyOrNullString()));
19 }
20
21}

Callers

nothing calls this directly

Calls 2

nyseSymbolMethod · 0.80
stockMethod · 0.80

Tested by

no test coverage detected