Class ListsTest

java.lang.Object
com.github.davidmoten.guavamini.ListsTest

public class ListsTest extends Object
  • 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()