public class org.apache.axiom.ts.om.element.TestGetAttributeValueNonExisting extends org.apache.axiom.ts.AxiomTestCase
{
public void <init>(org.apache.axiom.om.OMMetaFactory)
{
org.apache.axiom.om.OMMetaFactory v;
org.apache.axiom.ts.om.element.TestGetAttributeValueNonExisting v;
v := @this: org.apache.axiom.ts.om.element.TestGetAttributeValueNonExisting;
v := @parameter: org.apache.axiom.om.OMMetaFactory;
specialinvoke v.<org.apache.axiom.ts.AxiomTestCase: void <init>(org.apache.axiom.om.OMMetaFactory)>(v);
return;
}
protected void runTest() throws java.lang.Throwable
{
org.apache.axiom.om.OMElement v;
org.apache.axiom.om.OMMetaFactory v;
org.apache.axiom.ts.om.element.TestGetAttributeValueNonExisting v;
org.apache.axiom.om.OMFactory v;
java.lang.String v;
javax.xml.namespace.QName v;
v := @this: org.apache.axiom.ts.om.element.TestGetAttributeValueNonExisting;
v = v.<org.apache.axiom.ts.om.element.TestGetAttributeValueNonExisting: org.apache.axiom.om.OMMetaFactory metaFactory>;
v = interfaceinvoke v.<org.apache.axiom.om.OMMetaFactory: org.apache.axiom.om.OMFactory getOMFactory()>();
v = interfaceinvoke v.<org.apache.axiom.om.OMFactory: org.apache.axiom.om.OMElement createOMElement(java.lang.String,org.apache.axiom.om.OMNamespace)>("test", null);
interfaceinvoke v.<org.apache.axiom.om.OMElement: org.apache.axiom.om.OMAttribute addAttribute(java.lang.String,java.lang.String,org.apache.axiom.om.OMNamespace)>("attr", "value", null);
v = new javax.xml.namespace.QName;
specialinvoke v.<javax.xml.namespace.QName: void <init>(java.lang.String,java.lang.String)>("urn:ns", "attr2");
v = interfaceinvoke v.<org.apache.axiom.om.OMElement: java.lang.String getAttributeValue(javax.xml.namespace.QName)>(v);
staticinvoke <org.apache.axiom.ts.om.element.TestGetAttributeValueNonExisting: void assertNull(java.lang.Object)>(v);
return;
}
}