org.apache.maven.shared.utils.xml.pull
Class Xpp3DomTest

java.lang.Object
  extended by org.apache.maven.shared.utils.xml.pull.Xpp3DomTest

public class Xpp3DomTest
extends Object

Author:
Kristian Rosenvold

Constructor Summary
Xpp3DomTest()
           
 
Method Summary
 void combineAppend()
           
 void combineChildrenAppendTest()
           
 void dominantWinsCollections()
           
 void duplicatedChildren()
           
 void mergeAttributesOnRootNode()
           
 void mergeOverride()
           
 void mergePrecedenceOpenClose()
           
 void mergePrecedenceSelfClosed()
           
 void mergeValuesOnRootNode()
           
 void nullAttribute()
           
 void nullValue()
           
 void recessiveChildrenIncludedWhenDominantEmpty()
           
 void selfOverrideOnRootNode()
           
 void testEquals()
           
 void unchangedWithFirstOrLastEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xpp3DomTest

public Xpp3DomTest()
Method Detail

mergePrecedenceSelfClosed

public void mergePrecedenceSelfClosed()
                               throws XmlPullParserException,
                                      IOException
Throws:
XmlPullParserException
IOException

mergePrecedenceOpenClose

public void mergePrecedenceOpenClose()
                              throws XmlPullParserException,
                                     IOException
Throws:
XmlPullParserException
IOException

selfOverrideOnRootNode

public void selfOverrideOnRootNode()

mergeValuesOnRootNode

public void mergeValuesOnRootNode()

mergeAttributesOnRootNode

public void mergeAttributesOnRootNode()

combineAppend

public void combineAppend()

mergeOverride

public void mergeOverride()

nullValue

public void nullValue()

nullAttribute

public void nullAttribute()

testEquals

public void testEquals()

dominantWinsCollections

public void dominantWinsCollections()
                             throws XmlPullParserException
Throws:
XmlPullParserException

combineChildrenAppendTest

public void combineChildrenAppendTest()
                               throws XmlPullParserException
Throws:
XmlPullParserException

unchangedWithFirstOrLastEmpty

public void unchangedWithFirstOrLastEmpty()
                                   throws Exception
Throws:
Exception

recessiveChildrenIncludedWhenDominantEmpty

public void recessiveChildrenIncludedWhenDominantEmpty()
                                                throws Exception
Throws:
Exception

duplicatedChildren

public void duplicatedChildren()
                        throws IOException,
                               XmlPullParserException
Throws:
IOException
XmlPullParserException


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.