Class AbstractTestSortedSet

All Implemented Interfaces:
Cloneable, junit.framework.Test
Direct Known Subclasses:
AbstractTestSortedSet.TestSortedSetSubSet

public abstract class AbstractTestSortedSet extends AbstractTestSet
Abstract test class for SortedSet methods and contracts.

To use, subclass and override the AbstractTestSet.makeEmptySet() method. You may have to override other protected methods if your set is not modifiable, or if your set restricts what kinds of elements may be added; see

invalid reference
AbstractTestCollection
for more details.
Since:
Commons Collections 3.0
  • Constructor Details

    • AbstractTestSortedSet

      public AbstractTestSortedSet(String name)
      JUnit constructor.
      Parameters:
      name - name for test
  • Method Details