com.google.common.collect.testing.testers
Class SetNavigationTester<E>

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<C,E>>
              extended by com.google.common.collect.testing.AbstractContainerTester<Collection<E>,E>
                  extended by com.google.common.collect.testing.AbstractCollectionTester<E>
                      extended by com.google.common.collect.testing.testers.AbstractSetTester<E>
                          extended by com.google.common.collect.testing.testers.SetNavigationTester<E>
All Implemented Interfaces:
junit.framework.Test

public class SetNavigationTester<E>
extends AbstractSetTester<E>

A generic JUnit test which tests operations on a NavigableSet. Can't be invoked directly; please see SetTestSuiteBuilder.

Author:
Jesse Wilson, Louis Wasserman

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.collect.testing.AbstractContainerTester
AbstractContainerTester.ArrayWithDuplicate<E>
 
Field Summary
 
Fields inherited from class com.google.common.collect.testing.AbstractCollectionTester
collection
 
Fields inherited from class com.google.common.collect.testing.AbstractContainerTester
container, samples
 
Constructor Summary
SetNavigationTester()
           
 
Method Summary
protected  void resetWithHole()
          Resets the contents of navigableSet to have elements a, c, for the navigation tests.
 void setUp()
           
 void testCeiling()
           
 void testDescendingNavigation()
           
 void testEmptySetFirst()
           
 void testEmptySetLast()
           
 void testEmptySetNearby()
           
 void testEmptySetPollFirst()
           
 void testEmptySetPollLast()
           
 void testFirst()
           
 void testFloor()
           
 void testHigher()
           
 void testLast()
           
 void testLower()
           
 void testPollFirst()
           
 void testPollFirstUnsupported()
           
 void testPollLast()
           
 void testPollLastUnsupported()
           
 void testSingletonSetFirst()
           
 void testSingletonSetLast()
           
 void testSingletonSetNearby()
           
 void testSingletonSetPollFirst()
           
 void testSingletonSetPollLast()
           
 
Methods inherited from class com.google.common.collect.testing.testers.AbstractSetTester
getSet
 
Methods inherited from class com.google.common.collect.testing.AbstractCollectionTester
actualContents, createArrayWithNullElement, expectNullMissingWhenNullUnsupported, initCollectionWithNullElement, resetCollection, resetContainer
 
Methods inherited from class com.google.common.collect.testing.AbstractContainerTester
createArrayWithDuplicateElement, createDisjointCollection, createSamplesArray, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectContents, expectMissing, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer
 
Methods inherited from class com.google.common.collect.testing.AbstractTester
getName, getSubjectGenerator, getTestMethodName, init, init, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetNavigationTester

public SetNavigationTester()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class AbstractContainerTester<Collection<E>,E>
Throws:
Exception

resetWithHole

protected void resetWithHole()
Resets the contents of navigableSet to have elements a, c, for the navigation tests.


testEmptySetFirst

public void testEmptySetFirst()

testEmptySetPollFirst

public void testEmptySetPollFirst()

testEmptySetNearby

public void testEmptySetNearby()

testEmptySetLast

public void testEmptySetLast()

testEmptySetPollLast

public void testEmptySetPollLast()

testSingletonSetFirst

public void testSingletonSetFirst()

testSingletonSetPollFirst

public void testSingletonSetPollFirst()

testSingletonSetNearby

public void testSingletonSetNearby()

testSingletonSetLast

public void testSingletonSetLast()

testSingletonSetPollLast

public void testSingletonSetPollLast()

testFirst

public void testFirst()

testPollFirst

public void testPollFirst()

testPollFirstUnsupported

public void testPollFirstUnsupported()

testLower

public void testLower()

testFloor

public void testFloor()

testCeiling

public void testCeiling()

testHigher

public void testHigher()

testLast

public void testLast()

testPollLast

public void testPollLast()

testPollLastUnsupported

public void testPollLastUnsupported()

testDescendingNavigation

public void testDescendingNavigation()


Copyright © 2010-2011. All Rights Reserved.