Package | Description |
---|---|
com.google.common.collect.testing.testers |
Modifier and Type | Class and Description |
---|---|
class |
NavigableSetNavigationTester<E>
A generic JUnit test which tests operations on a NavigableSet.
|
class |
SetAddAllTester<E>
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 |
SetCreationTester<E>
A generic JUnit test which tests creation (typically through a constructor or
static factory method) of a set.
|
class |
SetEqualsTester<E>
Tests
Set.equals(java.lang.Object) . |
class |
SetHashCodeTester<E>
Tests
Set.hashCode() . |
class |
SetRemoveTester<E>
A generic JUnit test which tests remove operations on a set.
|
class |
SortedSetNavigationTester<E>
A generic JUnit test which tests operations on a SortedSet.
|
Copyright © 2010-2014. All Rights Reserved.