101102103104105106107108
AdminClient.main(args); } public void doTestStockJava() throws Exception { String[] args = { "XXX" }; float val = new GetQuote2().getQuote(args); assertEquals("Stock price is not the expected 55.25 +/- 0.01", val, 55.25, 0.01); }
9899100101102103104105
5758596061626364
96979899100101102103