Class SetsTest

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

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