public class org.apache.axiom.ts.soap.faultcode.TestGetValueWithParser extends org.apache.axiom.ts.soap.SampleBasedSOAPTestCase
{
public void <init>(org.apache.axiom.om.OMMetaFactory)
{
org.apache.axiom.ts.soap.SOAPSpec v;
org.apache.axiom.om.OMMetaFactory v;
org.apache.axiom.ts.soap.SOAPSampleSet v;
org.apache.axiom.ts.soap.faultcode.TestGetValueWithParser v;
v := @this: org.apache.axiom.ts.soap.faultcode.TestGetValueWithParser;
v := @parameter: org.apache.axiom.om.OMMetaFactory;
v = <org.apache.axiom.ts.soap.SOAPSpec: org.apache.axiom.ts.soap.SOAPSpec SOAP12>;
v = <org.apache.axiom.ts.soap.SOAPSampleSet: org.apache.axiom.ts.soap.SOAPSampleSet SIMPLE_FAULT>;
specialinvoke v.<org.apache.axiom.ts.soap.SampleBasedSOAPTestCase: void <init>(org.apache.axiom.om.OMMetaFactory,org.apache.axiom.ts.soap.SOAPSpec,org.apache.axiom.ts.soap.SOAPSampleSet)>(v, v, v);
return;
}
protected void runTest(org.apache.axiom.soap.SOAPEnvelope) throws java.lang.Throwable
{
org.apache.axiom.soap.SOAPFaultValue v, v;
org.apache.axiom.soap.SOAPBody v;
org.apache.axiom.soap.SOAPFault v;
org.apache.axiom.soap.SOAPFaultCode v;
org.apache.axiom.soap.SOAPEnvelope v;
java.lang.String v;
org.apache.axiom.ts.soap.faultcode.TestGetValueWithParser v;
v := @this: org.apache.axiom.ts.soap.faultcode.TestGetValueWithParser;
v := @parameter: org.apache.axiom.soap.SOAPEnvelope;
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPEnvelope: org.apache.axiom.soap.SOAPBody getBody()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPBody: org.apache.axiom.soap.SOAPFault getFault()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFault: org.apache.axiom.soap.SOAPFaultCode getCode()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFaultCode: org.apache.axiom.soap.SOAPFaultValue getValue()>();
staticinvoke <org.apache.axiom.ts.soap.faultcode.TestGetValueWithParser: void assertNotNull(java.lang.String,java.lang.Object)>("SOAP 1.2 Fault Code Test with parser : - getValue method returns null", v);
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFaultCode: org.apache.axiom.soap.SOAPFaultValue getValue()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFaultValue: java.lang.String getLocalName()>();
staticinvoke <org.apache.axiom.ts.soap.faultcode.TestGetValueWithParser: void assertEquals(java.lang.String,java.lang.String,java.lang.String)>("SOAP 1.2 Fault Code Test with parser : - Value local name mismatch", "Value", v);
return;
}
}