Uses of Class
com.google.common.collect.testing.testers.AbstractSetTester
Packages that use AbstractSetTester
-
Uses of AbstractSetTester in com.google.common.collect.testing.testers
Subclasses of AbstractSetTester in com.google.common.collect.testing.testersModifier and TypeClassDescriptionclass
A generic JUnit test which tests operations on a NavigableSet.class
A generic JUnit test which tests addAll operations on a set.class
SetAddTester<E>
A generic JUnit test which tests add operations on a set.class
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a set.class
TestsSet.equals(java.lang.Object)
.class
TestsSet.hashCode()
.class
A generic JUnit test which tests remove operations on a set.class
SortedSetNavigationTester<E extends @Nullable Object>
A generic JUnit test which tests operations on a SortedSet.