Package org.apache.axiom.ts.soap

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


import org.apache.axiom.ts.soap12.faultcode.TestSetValueFromQNameWithExistingValue;

public class SOAPImplementationTest extends TestCase {
    public static TestSuite suite() {
        SOAPTestSuiteBuilder builder = new SOAPTestSuiteBuilder(new OMDOMMetaFactory(), false, false);
        builder.exclude(TestWSCommons202.class);
       
        // TODO: getDefaultFaultEnvelope is broken
        builder.exclude(TestGetDefaultFaultEnvelope.class, "(spec=soap11)");
        builder.exclude(TestHasFaultAfterReplace.class, "(spec=soap11)");
       
View Full Code Here


    public static TestSuite suite() {
        SOAPTestSuiteBuilder builder = new SOAPTestSuiteBuilder(new OMDOMMetaFactory(), false, false);
        builder.exclude(TestWSCommons202.class);
       
        // TODO: getDefaultFaultEnvelope is broken
        builder.exclude(TestGetDefaultFaultEnvelope.class, "(spec=soap11)");
        builder.exclude(TestHasFaultAfterReplace.class, "(spec=soap11)");
       
        // TODO: not sure if this is an issue in DOOM or if the test case is wrong
        builder.exclude(TestMoreChildrenAddition.class);
       
View Full Code Here

        SOAPTestSuiteBuilder builder = new SOAPTestSuiteBuilder(new OMDOMMetaFactory(), false, false);
        builder.exclude(TestWSCommons202.class);
       
        // TODO: getDefaultFaultEnvelope is broken
        builder.exclude(TestGetDefaultFaultEnvelope.class, "(spec=soap11)");
        builder.exclude(TestHasFaultAfterReplace.class, "(spec=soap11)");
       
        // 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
View Full Code Here

        // TODO: getDefaultFaultEnvelope is broken
        builder.exclude(TestGetDefaultFaultEnvelope.class, "(spec=soap11)");
        builder.exclude(TestHasFaultAfterReplace.class, "(spec=soap11)");
       
        // 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);
       
        return builder.build();
    }
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);
       
        return builder.build();
    }
}
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);
       
        return builder.build();
    }
}
View Full Code Here

import org.apache.axiom.ts.soap12.faultcode.TestSetValueFromQNameWithExistingValue;

public class SOAPImplementationTest extends TestCase {
    public static TestSuite suite() {
        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);
       
View Full Code Here

public class SOAPImplementationTest extends TestCase {
    public static TestSuite suite() {
        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
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.