112113114115116117118119
assertBuyStocks(result); } @Test public void toXmlObjectFromXMLStreamReader() throws IOException, XmlException { XmlObject result = XmlBeansConverter.toXmlObject(new XMLStreamReader(new ByteArrayInputStream(PAYLOAD.getBytes()), false)); assertBuyStocks(result); }