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 TypeClassDescriptionclassA generic JUnit test which tests operations on a NavigableSet.classA generic JUnit test which tests addAll operations on a set.classSetAddTester<E>A generic JUnit test which tests add operations on a set.classA generic JUnit test which tests creation (typically through a constructor or static factory method) of a set.classTestsSet.equals(java.lang.Object).classTestsSet.hashCode().classA generic JUnit test which tests remove operations on a set.classA generic JUnit test which tests operations on a SortedSet.