Package org.opensaml.core.xml.util
Class XMLObjectChildrenListTest
- java.lang.Object
-
- org.opensaml.core.xml.util.XMLObjectChildrenListTest
-
public class XMLObjectChildrenListTest extends Object
Test case forXMLObjectChildrenList
-
-
Field Summary
Fields Modifier and Type Field Description private SimpleXMLObjectBuildersxoBuilder
-
Constructor Summary
Constructors Constructor Description XMLObjectChildrenListTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAdd()Tests the add methods of ths list.voidtestClear()Test the clear method of the list.voidtestIterator()Test the iterator methods of the list.voidtestRemove()Test the remove methods of the list.voidtestSet()Tests the set method of the list.
-
-
-
Field Detail
-
sxoBuilder
private SimpleXMLObjectBuilder sxoBuilder
-
-
Method Detail
-
testAdd
public void testAdd()
Tests the add methods of ths list.
-
testSet
public void testSet()
Tests the set method of the list.
-
testRemove
public void testRemove()
Test the remove methods of the list.
-
testIterator
public void testIterator()
Test the iterator methods of the list.
-
testClear
public void testClear()
Test the clear method of the list.
-
-