import org.apache.axiom.om.impl.OMStAXWrapperConformanceTestCase;
import org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory;
public class OMStAXWrapperConformanceTest extends TestCase {
public static TestSuite suite() throws Exception {
return OMStAXWrapperConformanceTestCase.suite(new OMLinkedListMetaFactory());
}