Package com.github.davidmoten.guavamini
Class ListsTest
java.lang.Object
com.github.davidmoten.guavamini.ListsTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
-
Constructor Details
-
ListsTest
public ListsTest()
-
-
Method Details
-
instantiateList
public void instantiateList() -
createListFromIterable
public void createListFromIterable() -
createListFromNonCollectionIterable
public void createListFromNonCollectionIterable() -
negativeCapacityThrowsIAE
public void negativeCapacityThrowsIAE() -
saturatedCastWhenLargeReturnsIntegerMaxValue
public void saturatedCastWhenLargeReturnsIntegerMaxValue() -
saturatedCastWhenLargeNegativeReturnsIntegerMinValue
public void saturatedCastWhenLargeNegativeReturnsIntegerMinValue() -
isUtilityClass
public void isUtilityClass() -
newEmptyList
public void newEmptyList()
-