org.apache.commons.collections.bidimap
Class AbstractTestBidiMap.TestBidiMapEntrySet

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.commons.collections.BulkTest
              extended byorg.apache.commons.collections.AbstractTestObject
                  extended byorg.apache.commons.collections.collection.AbstractTestCollection
                      extended byorg.apache.commons.collections.set.AbstractTestSet
                          extended byorg.apache.commons.collections.map.AbstractTestMap.TestMapEntrySet
                              extended byorg.apache.commons.collections.bidimap.AbstractTestBidiMap.TestBidiMapEntrySet
All Implemented Interfaces:
java.lang.Cloneable, junit.framework.Test
Enclosing class:
AbstractTestBidiMap

public class AbstractTestBidiMap.TestBidiMapEntrySet
extends AbstractTestMap.TestMapEntrySet


Field Summary
 
Fields inherited from class org.apache.commons.collections.collection.AbstractTestCollection
collection, confirmed
 
Fields inherited from class org.apache.commons.collections.AbstractTestObject
COLLECTIONS_MAJOR_VERSION
 
Constructor Summary
AbstractTestBidiMap.TestBidiMapEntrySet()
           
 
Method Summary
 void testMapEntrySetIteratorEntrySetValueCrossCheck()
           
 
Methods inherited from class org.apache.commons.collections.map.AbstractTestMap.TestMapEntrySet
getEntry, getFullElements, getOtherElements, isAddSupported, isGetStructuralModify, isRemoveSupported, isTestSerialization, makeEmptySet, makeFullSet, resetEmpty, resetFull, testMapEntrySetIteratorEntry, testMapEntrySetIteratorEntrySetValue, testMapEntrySetRemoveNonMapEntry, verify
 
Methods inherited from class org.apache.commons.collections.set.AbstractTestSet
getConfirmedSet, getSet, isEqualsCheckable, makeCollection, makeConfirmedCollection, makeConfirmedFullCollection, makeFullCollection, testSetEquals, testSetHashCode
 
Methods inherited from class org.apache.commons.collections.collection.AbstractTestCollection
areEqualElementsDistinguishable, cloneMapEntry, getFullNonNullElements, getFullNonNullStringElements, getOtherNonNullElements, getOtherNonNullStringElements, isFailFastSupported, isNullSupported, makeObject, testCollectionAdd, testCollectionAddAll, testCollectionClear, testCollectionContains, testCollectionContainsAll, testCollectionIsEmpty, testCollectionIterator, testCollectionIteratorFailFast, testCollectionIteratorRemove, testCollectionRemove, testCollectionRemoveAll, testCollectionRetainAll, testCollectionSize, testCollectionToArray, testCollectionToArray2, testCollectionToString, testSerializeDeserializeThenCompare, testUnsupportedAdd, testUnsupportedRemove
 
Methods inherited from class org.apache.commons.collections.AbstractTestObject
getCanonicalEmptyCollectionName, getCanonicalFullCollectionName, getCompatibilityVersion, readExternalFormFromBytes, readExternalFormFromDisk, skipSerializedCanonicalTests, supportsEmptyCollections, supportsFullCollections, testCanonicalEmptyCollectionExists, testCanonicalFullCollectionExists, testEqualsNull, testObjectEqualsSelf, testObjectHashCodeEqualsContract, testObjectHashCodeEqualsSelfHashCode, testSimpleSerialization, writeExternalFormToBytes, writeExternalFormToDisk
 
Methods inherited from class org.apache.commons.collections.BulkTest
clone, ignoredTests, makeSuite, toString
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown
 
Methods inherited from class junit.framework.Assert
assertEquals, 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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractTestBidiMap.TestBidiMapEntrySet

public AbstractTestBidiMap.TestBidiMapEntrySet()
Method Detail

testMapEntrySetIteratorEntrySetValueCrossCheck

public void testMapEntrySetIteratorEntrySetValueCrossCheck()


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.