Class SortedSetNavigationTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class SortedSetNavigationTester<E>
    extends AbstractSetTester<E>
    A generic JUnit test which tests operations on a SortedSet. Can't be invoked directly; please see SortedSetTestSuiteBuilder.
    • Constructor Detail

      • SortedSetNavigationTester

        public SortedSetNavigationTester()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Overrides:
        setUp in class AbstractContainerTester<java.util.Collection<E>,​E>
        Throws:
        java.lang.Exception
      • testEmptySetFirst

        public void testEmptySetFirst()
      • testEmptySetLast

        public void testEmptySetLast()
      • testSingletonSetFirst

        public void testSingletonSetFirst()
      • testSingletonSetLast

        public void testSingletonSetLast()
      • testFirst

        public void testFirst()
      • testLast

        public void testLast()