com.google.common.collect.testing
Class NavigableSetTestSuiteBuilder<E>

java.lang.Object
  extended by com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder<B,G>
      extended by com.google.common.collect.testing.PerCollectionSizeTestSuiteBuilder<B,TestCollectionGenerator<E>,Collection<E>,E>
          extended by com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder<SetTestSuiteBuilder<E>,E>
              extended by com.google.common.collect.testing.SetTestSuiteBuilder<E>
                  extended by com.google.common.collect.testing.SortedSetTestSuiteBuilder<E>
                      extended by com.google.common.collect.testing.NavigableSetTestSuiteBuilder<E>

public final class NavigableSetTestSuiteBuilder<E>
extends SortedSetTestSuiteBuilder<E>

Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.


Constructor Summary
NavigableSetTestSuiteBuilder()
           
 
Method Summary
protected  List<Class<? extends AbstractTester>> getTesters()
           
static
<E> NavigableSetTestSuiteBuilder<E>
using(TestSetGenerator<E> generator)
           
 
Methods inherited from class com.google.common.collect.testing.SortedSetTestSuiteBuilder
createTestSuite
 
Methods inherited from class com.google.common.collect.testing.SetTestSuiteBuilder
createDerivedSuites
 
Methods inherited from class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
checkCanCreate, formatFeatureSet, getFeatures, getName, getSetUp, getSubjectGenerator, getSuppressedTests, getTearDown, makeSuiteForTesterClass, named, self, suppressing, suppressing, usingGenerator, withFeatures, withFeatures, withSetUp, withTearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigableSetTestSuiteBuilder

public NavigableSetTestSuiteBuilder()
Method Detail

using

public static <E> NavigableSetTestSuiteBuilder<E> using(TestSetGenerator<E> generator)

getTesters

protected List<Class<? extends AbstractTester>> getTesters()
Overrides:
getTesters in class SortedSetTestSuiteBuilder<E>


Copyright © 2010-2012. All Rights Reserved.