Javadoc
This commit is contained in:
parent
28520b6152
commit
2c43a61770
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
Loading…
Reference in New Issue