public class XmlChildListTest extends TestClass
TestClass.EqualityTester| Constructor and Description |
|---|
XmlChildListTest() |
_suite, addMetadata, afterTestClass, afterTestMethod, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertCausesException, assertCollectionEquals, assertCollectionEquals, assertIterableEquals, assertIterableEquals, assertIterableEqualsIgnoreOrder, assertListEquals, assertListEquals, assertMatchRegex, assertSetsEqual, assertZero, assertZero, beforeTestClass, beforeTestMethod, createClassMetadata, createDefaultEnvironment, createMetadata, createMetadata, createMethodMetadata, createTestClass, doRunTest, getClassName, getExecutionManager, getFullClassNameInternal, getMetadata, getName, getNumberOfInstancesOfTestClassCreated, getPackageName, getTotalNumTestMethods, getType, getTypeName, initInternalData, initMetadata, isGosuTest, isMetaAnnotation, isMetaAnnotationInfo, reallyRun, reallyRunBare, run, runBare, runTest, setExecutionManager, setGosuTest, setName, setUp, tearDown, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, formatpublic void testSizeDelegates()
public void testIsEmptyDelegates()
public void testContainsDelegates()
public void testIteratorBasics()
public void testIteratorRemoveMethodUnsetsParentOnElement()
public void testToArrayDelegates()
public void testToArrayWithArgDelegates()
public void testAddSetsParentAndAddsToList()
public void testAddThrowsIllegalArgumentExceptionIfElementHasNonNullParent()
public void testAddThrowsIfArgumentIsNull()
public void testRemoveDoesNothingIfElementIsNotPartOfThisList()
public void testRemoveUnsetsParentPointerAndRemovesFromList()
public void testContainsAllDelegates()
public void testAddAllThrowsAndDoesNothingElseIfAnyElementHasANonNullParent()
public void testAddAllThrowsAndDoesNothingElseIfAnyElementIsNull()
public void testAddAllAddsAllNodesAndSetsAllParents()
public void testAddAllWithIndexThrowsAndDoesNothingElseIfAnyElementHasANonNullParent()
public void testAddAllWithIndexThrowsAndDoesNothingElseIfAnyElementIsNull()
public void testAddAllWithIndexAddsAllNodesAndSetsAllParents()
public void testRemoveAllReturnsFalseIfListDidntChange()
public void testRemoveAllRemovesParentsFromNodesInThisList()
public void testRemoveAllDoesNotAlterNodesNotInThisList()
public void testRetainAllReturnsFalseIfListDidntChange()
public void testRetainAllDoesNotAlterMembersNotInTheList()
public void testRetainAllRemovesNodesNotInTheListAndNullsOutTheirParent()
public void testClearNullsOutParentPointersAndClearsList()
public void testGetDelegates()
public void testSetNullsOutParentOnPreviousChildAndSetsParentOnNewChild()
public void testSetThrowsIfNodeAlreadyHasParentSetToDifferentNode()
public void testSetDoesNotThrowIfNodeAlreadyHasSameParent()
public void testSetThrowsIfArgumentIsNull()
public void testAddAddsAndSetsParent()
public void testAddThrowsIllegalArgumentExceptionIfNodeAlreadyHasParent()
public void testAddThrowsIllegalArgumentExceptionIfArgIsNull()
public void testRemoveNullsOutParentOnRemovedElement()
public void testIndexOfDelegates()
public void testLastIndexOfDelegates()
public void testListIteratorAddThrowsIfElementIsNull()
public void testListIteratorAddThrowsIfElementAlreadyHasNonNullParent()
public void testListIteratorAddSetsParent()
public void testListIteratorRemoveNullsOutParent()
public void testListIteratorSetThrowsIfElementIsNull()
public void testListIteratorSetThrowsIfElementHasADifferentParent()
public void testListIteratorSetIsLegalIfElementAlreadyHasThisParent()
public void testListIteratorSetSetsParent()
public void testOtherListIteratorStuff()
public void testListIteratorStartingAtIndex()
public void testSubList()
Copyright © 2015. All rights reserved.