1112131415161718
@SuppressWarnings("all") public class SmartStockTest extends TestCase { private SmartStock stock; private SmartStock _init_stock() { SmartStock _smartStock = new SmartStock("APPL", 110.0d); return _smartStock; }