Class MultisetEntrySetTester<E>
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<Collection<E>, E>>
com.google.common.collect.testing.AbstractContainerTester<Collection<E>, E>
com.google.common.collect.testing.AbstractCollectionTester<E>
com.google.common.collect.testing.google.AbstractMultisetTester<E>
com.google.common.collect.testing.google.MultisetEntrySetTester<E>
- All Implemented Interfaces:
junit.framework.Test
Tests for
Multiset.entrySet
.- Author:
- Jared Levy
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.testing.AbstractContainerTester
AbstractContainerTester.ArrayWithDuplicate<E extends @Nullable Object>
-
Field Summary
Fields inherited from class com.google.common.collect.testing.AbstractCollectionTester
collection
Fields inherited from class com.google.common.collect.testing.AbstractContainerTester
container, samples
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Methods inherited from class com.google.common.collect.testing.google.AbstractMultisetTester
getMultiset, initThreeCopies
Methods inherited from class com.google.common.collect.testing.AbstractCollectionTester
actualContents, createArrayWithNullElement, expectNullMissingWhenNullUnsupported, initCollectionWithNullElement, resetCollection, resetContainer
Methods inherited from class com.google.common.collect.testing.AbstractContainerTester
createArrayWithDuplicateElement, createDisjointCollection, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectContents, expectMissing, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, setUp
Methods inherited from class com.google.common.collect.testing.AbstractTester
assertNull, getName, getSubjectGenerator, getTestMethodName, init, init, tearDown
Methods inherited from class junit.framework.TestCase
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, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, run, run, runBare, runTest, setName, toString
-
Constructor Details
-
MultisetEntrySetTester
public MultisetEntrySetTester()
-
-
Method Details
-
testEntrySet_clear
public void testEntrySet_clear() -
testEntrySet_iteratorRemovePropagates
public void testEntrySet_iteratorRemovePropagates() -
testEntrySet_removePresent
public void testEntrySet_removePresent() -
testEntrySet_removeAbsent
public void testEntrySet_removeAbsent() -
testEntrySet_removeAllPresent
public void testEntrySet_removeAllPresent() -
testEntrySet_removeAllAbsent
public void testEntrySet_removeAllAbsent() -
testEntrySet_retainAllPresent
public void testEntrySet_retainAllPresent() -
testEntrySet_retainAllAbsent
public void testEntrySet_retainAllAbsent() -
testEntryViewReflectsRemove
public void testEntryViewReflectsRemove() -
testEntryReflectsIteratorRemove
public void testEntryReflectsIteratorRemove() -
testEntryReflectsClear
public void testEntryReflectsClear() -
testEntryReflectsEntrySetClear
public void testEntryReflectsEntrySetClear() -
testEntryReflectsEntrySetIteratorRemove
public void testEntryReflectsEntrySetIteratorRemove() -
testEntryReflectsElementSetClear
public void testEntryReflectsElementSetClear() -
testEntryReflectsElementSetIteratorRemove
public void testEntryReflectsElementSetIteratorRemove() -
testEntryReflectsRemoveThenAdd
public void testEntryReflectsRemoveThenAdd() -
testToString
public void testToString()
-