public class org.apache.axiom.ts.soap.faultsubcode.TestGetValueNestedWithParser extends org.apache.axiom.ts.soap.SampleBasedSOAPTestCase
{
public void <init>(org.apache.axiom.om.OMMetaFactory)
{
org.apache.axiom.om.OMMetaFactory v;
org.apache.axiom.ts.soap.SOAPSample v;
org.apache.axiom.ts.soap.faultsubcode.TestGetValueNestedWithParser v;
v := @this: org.apache.axiom.ts.soap.faultsubcode.TestGetValueNestedWithParser;
v := @parameter: org.apache.axiom.om.OMMetaFactory;
v = <org.apache.axiom.ts.soap.SOAPSample: org.apache.axiom.ts.soap.SOAPSample SOAP12_FAULT>;
specialinvoke v.<org.apache.axiom.ts.soap.SampleBasedSOAPTestCase: void <init>(org.apache.axiom.om.OMMetaFactory,org.apache.axiom.ts.soap.SOAPSample)>(v, v);
return;
}
protected void runTest(org.apache.axiom.soap.SOAPEnvelope) throws java.lang.Throwable
{
org.apache.axiom.ts.soap.faultsubcode.TestGetValueNestedWithParser v;
org.apache.axiom.soap.SOAPFaultValue v, v;
org.apache.axiom.soap.SOAPBody v;
org.apache.axiom.soap.SOAPFaultSubCode v, v;
org.apache.axiom.soap.SOAPFault v;
org.apache.axiom.soap.SOAPFaultCode v;
org.apache.axiom.soap.SOAPEnvelope v;
java.lang.String v;
v := @this: org.apache.axiom.ts.soap.faultsubcode.TestGetValueNestedWithParser;
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.SOAPFaultSubCode getSubCode()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFaultSubCode: org.apache.axiom.soap.SOAPFaultSubCode getSubCode()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFaultSubCode: org.apache.axiom.soap.SOAPFaultValue getValue()>();
staticinvoke <org.apache.axiom.ts.soap.faultsubcode.TestGetValueNestedWithParser: void assertNotNull(java.lang.String,java.lang.Object)>("SOAP 1.2 SOAPFaultSubCode Test In FaultSubCode With Parser : - getValue method returns null", v);
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFaultSubCode: org.apache.axiom.soap.SOAPFaultValue getValue()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFaultValue: java.lang.String getText()>();
staticinvoke <org.apache.axiom.ts.soap.faultsubcode.TestGetValueNestedWithParser: void assertEquals(java.lang.String,java.lang.String,java.lang.String)>("SOAP 1.2 SOAPFaultSubCode Test In FaultSubCode With Parser : - Value text mismatch", "m:MessageTimeout_In_Second_Subcode", v);
return;
}
}