Class MultisetRemoveTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible(emulated=true) public class MultisetRemoveTester<E> extends AbstractMultisetTester<E>
Tests for Multiset#remove, Multiset.removeAll, and Multiset.retainAll not already covered by the corresponding Collection testers.
Author:
Jared Levy