FileDocCategorySizeDatePackage
MultiRefTestCase.javaAPI DocApache Axis 1.41226Sat Apr 22 18:57:28 BST 2006test.wsdl.multiref

MultiRefTestCase

public class MultiRefTestCase extends TestCase
Test the multiref sample code.

Fields Summary
Constructors Summary
public MultiRefTestCase(String name)

        super(name);
    
Methods Summary
public voiddoTest()

        String[] args = {};
        test.wsdl.multiref.Main.main(args);
    
public voidtestMultiRefService()

        try {
            doTest();
        }
        catch( Exception e ) {
            e.printStackTrace();
            throw new Exception("Fault returned from test: "+e);
        }