Searched refs:resetContainer (Results 1 – 7 of 7) sorted by relevance
41 @Override protected Collection<E> resetContainer(Collection<E> newContents) { in resetContainer() method in AbstractCollectionTester42 collection = super.resetContainer(newContents); in resetContainer()48 resetContainer(); in resetCollection()63 resetContainer(getSubjectGenerator().create(array)); in initCollectionWithNullElement()
44 resetContainer(); in setUp()61 protected C resetContainer() { in resetContainer() method in AbstractContainerTester62 return resetContainer(getSubjectGenerator().createTestSubject()); in resetContainer()76 protected C resetContainer(C newValue) { in resetContainer() method in AbstractContainerTester
57 resetContainer(); in resetMap()227 resetContainer(getSubjectGenerator().create((Object[]) entries)); in resetMap()
64 resetContainer(getSubjectGenerator().create(entries.toArray())); in testEquals_containingNullKey()88 resetContainer(getSubjectGenerator().create(entries.toArray())); in testEquals_containingNullValue()
72 resetContainer(getSubjectGenerator().create(entries.toArray())); in runEntryWithNullTest()
72 super.resetContainer(getSubjectGenerator().create(a, c)); in resetWithHole()
90 super.resetContainer(getSubjectGenerator().create(container.toArray())); in resetWithHole()