Package org.apache.axiom.ts.soap

Examples of org.apache.axiom.ts.soap.SOAPTestSuiteBuilder.exclude()


        SOAPTestSuiteBuilder builder = new SOAPTestSuiteBuilder(new OMDOMMetaFactory());
        builder.exclude(TestWSCommons202.class);
        builder.exclude(TestGetDefaultFaultEnvelope.class);
       
        // TODO: not sure if this is an issue in DOOM or if the test case is wrong
        builder.exclude(TestMoreChildrenAddition.class);
       
        // SOAPFaultText is currently unsupported in DOOM
        builder.exclude(TestSetLang.class);
       
        // TODO: a couple of prerequisites for these tests are not implemented
View Full Code Here


       
        // TODO: not sure if this is an issue in DOOM or if the test case is wrong
        builder.exclude(TestMoreChildrenAddition.class);
       
        // SOAPFaultText is currently unsupported in DOOM
        builder.exclude(TestSetLang.class);
       
        // TODO: a couple of prerequisites for these tests are not implemented
        builder.exclude(org.apache.axiom.ts.soap11.faultcode.TestSetValueFromQName.class);
        builder.exclude(org.apache.axiom.ts.soap12.faultcode.TestSetValueFromQName.class);
        builder.exclude(TestSetValueFromQNameWithExistingValue.class);
View Full Code Here

       
        // SOAPFaultText is currently unsupported in DOOM
        builder.exclude(TestSetLang.class);
       
        // TODO: a couple of prerequisites for these tests are not implemented
        builder.exclude(org.apache.axiom.ts.soap11.faultcode.TestSetValueFromQName.class);
        builder.exclude(org.apache.axiom.ts.soap12.faultcode.TestSetValueFromQName.class);
        builder.exclude(TestSetValueFromQNameWithExistingValue.class);
       
        // TODO: fails because DOOM's factories are not stateless
        //       (and createOMDocument doesn't create a new document in this case)
View Full Code Here

        // SOAPFaultText is currently unsupported in DOOM
        builder.exclude(TestSetLang.class);
       
        // TODO: a couple of prerequisites for these tests are not implemented
        builder.exclude(org.apache.axiom.ts.soap11.faultcode.TestSetValueFromQName.class);
        builder.exclude(org.apache.axiom.ts.soap12.faultcode.TestSetValueFromQName.class);
        builder.exclude(TestSetValueFromQNameWithExistingValue.class);
       
        // TODO: fails because DOOM's factories are not stateless
        //       (and createOMDocument doesn't create a new document in this case)
        builder.exclude(TestXPathAppliedToSOAPEnvelope.class, "(createDocument=true)");
View Full Code Here

        builder.exclude(TestSetLang.class);
       
        // TODO: a couple of prerequisites for these tests are not implemented
        builder.exclude(org.apache.axiom.ts.soap11.faultcode.TestSetValueFromQName.class);
        builder.exclude(org.apache.axiom.ts.soap12.faultcode.TestSetValueFromQName.class);
        builder.exclude(TestSetValueFromQNameWithExistingValue.class);
       
        // TODO: fails because DOOM's factories are not stateless
        //       (and createOMDocument doesn't create a new document in this case)
        builder.exclude(TestXPathAppliedToSOAPEnvelope.class, "(createDocument=true)");
       
View Full Code Here

        builder.exclude(org.apache.axiom.ts.soap12.faultcode.TestSetValueFromQName.class);
        builder.exclude(TestSetValueFromQNameWithExistingValue.class);
       
        // TODO: fails because DOOM's factories are not stateless
        //       (and createOMDocument doesn't create a new document in this case)
        builder.exclude(TestXPathAppliedToSOAPEnvelope.class, "(createDocument=true)");
       
        return builder.build();
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.