Package org.jibx.ws.wsdl

Source Code of org.jibx.ws.wsdl.WsdlSuite

package org.jibx.ws.wsdl;

import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;

public class WsdlSuite extends TestCase
{
    public static Test suite() {
        TestSuite suite = new TestSuite();
        suite.addTestSuite(SignatureParserTest.class);
        suite.addTestSuite(ServiceCustomTest.class);
        return suite;
    }
}
TOP

Related Classes of org.jibx.ws.wsdl.WsdlSuite

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.