AdminClient.main(args);
} // doTestDeploy
public void doTestGetQuoteXXX() throws Exception {
String[] args = {"-uuser1", "-wpass1", "XXX"};
float val = new GetQuote1().getQuote1(args);
assertEquals("Stock price is not the expected 55.25 +/- 0.01", val,
55.25, 0.01);
} // doTestGetQuoteXXX