FileDocCategorySizeDatePackage
VerifyTestCase.javaAPI DocApache Axis 1.4810Sat Apr 22 18:57:28 BST 2006test.wsdl.opStylesDoc

VerifyTestCase

public class VerifyTestCase extends TestCase

Fields Summary
Constructors Summary
public VerifyTestCase(String name)

        super(name);
    
Methods Summary
public voidtestOpStyles()

        OpStyles binding;
        try {
            binding = new OpStyleDocServiceLocator().getOpStylesDoc();
        }
        catch (ServiceException jre) {
            throw new AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }

        binding.requestResponse();
        binding.requestResponse2();
        binding.requestResponse3(null);