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

Method testNasdaq

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

Source from the content-addressed store, hash-verified

9public class StockTest extends AbstractFakerTest {
10
11 @Test
12 public void testNasdaq() {
13 assertThat(faker.stock().nsdqSymbol(), not(isEmptyOrNullString()));
14 }
15
16 @Test
17 public void testNYSE() {

Callers

nothing calls this directly

Calls 2

nsdqSymbolMethod · 0.80
stockMethod · 0.80

Tested by

no test coverage detected