Package com.github.davidmoten.guavamini
Class SetsTest
java.lang.Object
com.github.davidmoten.guavamini.SetsTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
-
Constructor Details
-
SetsTest
public SetsTest()
-
-
Method Details
-
testCreate
public void testCreate() -
testCreateFromIterator
public void testCreateFromIterator() -
testCreateFromIterable
public void testCreateFromIterable() -
testCreateFromNonCollectionIterable
public void testCreateFromNonCollectionIterable() -
testIsUtilityClass
public void testIsUtilityClass() -
testCheckNonNegativeZero
public void testCheckNonNegativeZero() -
testCheckNonNegativePositive
public void testCheckNonNegativePositive() -
testCheckNonNegativeNegative
public void testCheckNonNegativeNegative() -
testCapacityForOne
public void testCapacityForOne() -
testCapacityForLarge
public void testCapacityForLarge()
-