public class org.apache.axiom.ts.soap.fault.TestGetNodeWithParser 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.fault.TestGetNodeWithParser v;
org.apache.axiom.ts.soap.SOAPSample v;
v := @this: org.apache.axiom.ts.soap.fault.TestGetNodeWithParser;
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.soap.SOAPFaultNode v, v;
org.apache.axiom.soap.SOAPBody v;
org.apache.axiom.soap.SOAPEnvelope v;
org.apache.axiom.ts.soap.fault.TestGetNodeWithParser v;
java.lang.String v;
org.apache.axiom.soap.SOAPFault v;
v := @this: org.apache.axiom.ts.soap.fault.TestGetNodeWithParser;
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.SOAPFaultNode getNode()>();
staticinvoke <org.apache.axiom.ts.soap.fault.TestGetNodeWithParser: void assertNotNull(java.lang.String,java.lang.Object)>("SOAP 1.2 Fault Test with parser: - getNode method returns null", v);
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFault: org.apache.axiom.soap.SOAPFaultNode getNode()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFaultNode: java.lang.String getLocalName()>();
staticinvoke <org.apache.axiom.ts.soap.fault.TestGetNodeWithParser: void assertEquals(java.lang.String,java.lang.String,java.lang.String)>("SOAP 1.2 Fault Test with parser: - Fault node local name mismatch", "Node", v);
return;
}
}