Javadoc
This commit is contained in:
parent
bd83aa09a9
commit
c66d84b8b4
|
@ -217,7 +217,7 @@ public abstract class AbstractMultiValuedMapTest<K, V> extends AbstractObjectTes
|
|||
}
|
||||
|
||||
/**
|
||||
* Return a flag specifying the iteration behavior of the map.
|
||||
* Gets a flag specifying the iteration behavior of the map.
|
||||
* This is used to change the assertions used by specific tests.
|
||||
* The default implementation returns 0 which indicates ordered iteration behavior.
|
||||
*
|
||||
|
|
|
@ -125,7 +125,7 @@ public abstract class AbstractSetTest<E> extends AbstractCollectionTest<E> {
|
|||
}
|
||||
|
||||
/**
|
||||
* Return the {@link AbstractCollectionTest#collection} fixture, but cast as a Set.
|
||||
* Gets the {@link AbstractCollectionTest#collection} fixture, but cast as a Set.
|
||||
*/
|
||||
@Override
|
||||
public Set<E> getCollection() {
|
||||
|
@ -133,7 +133,7 @@ public abstract class AbstractSetTest<E> extends AbstractCollectionTest<E> {
|
|||
}
|
||||
|
||||
/**
|
||||
* Return the {@link AbstractCollectionTest#confirmed} fixture, but cast as a Set.
|
||||
* Gets the {@link AbstractCollectionTest#confirmed} fixture, but cast as a Set.
|
||||
*/
|
||||
@Override
|
||||
public Set<E> getConfirmed() {
|
||||
|
|
Loading…
Reference in New Issue