This commit is contained in:
Gary Gregory 2024-03-30 10:25:01 -04:00
parent 28520b6152
commit 2c43a61770
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections4.collection.AbstractCollectionTest;
import org.junit.jupiter.api.Test;
/**
* Test ArrayListValuedHashMap
* Tests {@link ArrayListValuedHashMap}.
*/
public class ArrayListValuedHashMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {

View File

@ -32,7 +32,7 @@ import org.apache.commons.collections4.collection.AbstractCollectionTest;
import org.junit.jupiter.api.Test;
/**
* Test HashSetValuedHashMap
* Tests {@link HashSetValuedHashMap}.
*/
public class HashSetValuedHashMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {

View File

@ -31,7 +31,7 @@ import org.apache.commons.collections4.collection.TransformedCollectionTest;
import org.junit.jupiter.api.Test;
/**
* Tests for TransformedMultiValuedMap
* Tests {@link TransformedMultiValuedMap}.
*/
public class TransformedMultiValuedMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {

View File

@ -37,7 +37,7 @@ import org.apache.commons.collections4.collection.AbstractCollectionTest;
import org.junit.jupiter.api.Test;
/**
* Tests for UnmodifiableMultiValuedMap
* Tests {@link UnmodifiableMultiValuedMap}.
*/
public class UnmodifiableMultiValuedMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {