()
| 9 | public 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() { |
nothing calls this directly
no test coverage detected