public class org.apache.axiom.ts.om.sourcedelement.TestGetAttributeValue 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.sourcedelement.TestGetAttributeValue v;
v := @this: org.apache.axiom.ts.om.sourcedelement.TestGetAttributeValue;
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.ts.om.sourcedelement.util.PullOMDataSource v;
org.apache.axiom.om.OMSourcedElement v;
com.google.common.truth.StringSubject v;
org.apache.axiom.ts.om.sourcedelement.TestGetAttributeValue v;
org.apache.axiom.om.OMMetaFactory v;
org.apache.axiom.om.OMFactory v;
java.lang.String v;
javax.xml.namespace.QName v;
v := @this: org.apache.axiom.ts.om.sourcedelement.TestGetAttributeValue;
v = v.<org.apache.axiom.ts.om.sourcedelement.TestGetAttributeValue: org.apache.axiom.om.OMMetaFactory metaFactory>;
v = interfaceinvoke v.<org.apache.axiom.om.OMMetaFactory: org.apache.axiom.om.OMFactory getOMFactory()>();
v = new org.apache.axiom.ts.om.sourcedelement.util.PullOMDataSource;
specialinvoke v.<org.apache.axiom.ts.om.sourcedelement.util.PullOMDataSource: void <init>(java.lang.String)>("<root attr=\'value\'/>");
v = interfaceinvoke v.<org.apache.axiom.om.OMFactory: org.apache.axiom.om.OMSourcedElement createOMElement(org.apache.axiom.om.OMDataSource,java.lang.String,org.apache.axiom.om.OMNamespace)>(v, "root", null);
v = new javax.xml.namespace.QName;
specialinvoke v.<javax.xml.namespace.QName: void <init>(java.lang.String)>("attr");
v = interfaceinvoke v.<org.apache.axiom.om.OMSourcedElement: java.lang.String getAttributeValue(javax.xml.namespace.QName)>(v);
v = staticinvoke <com.google.common.truth.Truth: com.google.common.truth.StringSubject assertThat(java.lang.String)>(v);
virtualinvoke v.<com.google.common.truth.StringSubject: void isEqualTo(java.lang.Object)>("value");
return;
}
}