Assert.assertEquals(10.0f, sc.getPrice("foo"));
}
@Test
public void invokeAsyncPoll() throws InterruptedException, ExecutionException {
StockQuoteClient sc = node.getService(StockQuoteClient.class, "StockQuoteClient");
Assert.assertEquals(10.0f, sc.getPriceAsyncPoll("foo"));
}