super(metaFactory);
}
protected void runTest() throws Throwable {
OMFactory factory = metaFactory.getOMFactory();
OMSourcedElement element = factory.createOMElement(new AbstractPullOMDataSource() {
public XMLStreamReader getReader() throws XMLStreamException {
throw new XMLStreamException("Test exception");
}
public boolean isDestructiveRead() {