Class AbstractMultisetSetCountTester<E>

All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
MultisetSetCountConditionallyTester, MultisetSetCountUnconditionallyTester

@GwtCompatible(emulated=true) public abstract class AbstractMultisetSetCountTester<E> extends AbstractMultisetTester<E>
Common superclass for MultisetSetCountUnconditionallyTester and MultisetSetCountConditionallyTester. It is used by those testers to test calls to the unconditional setCount() method and calls to the conditional setCount() method when the expected present count is correct.
Author:
Chris Povirk