Class YLongListTests

java.lang.Object
de.hybris.platform.util.collections.fast.YLongListTests

@UnitTest public class YLongListTests extends Object
  • Constructor Details

    • YLongListTests

      public YLongListTests()
  • Method Details

    • shouldBeAbleToCreateByDefaultConstructor

      public void shouldBeAbleToCreateByDefaultConstructor()
    • shouldBeAbleToCreateWithInitialCapacity

      public void shouldBeAbleToCreateWithInitialCapacity()
    • shouldBeAbleToAddValues

      public void shouldBeAbleToAddValues()
    • shouldReturnZeroSizeForEmptyList

      public void shouldReturnZeroSizeForEmptyList()
    • shouldReturnProperSizeOfNonEmptyList

      public void shouldReturnProperSizeOfNonEmptyList()
    • shouldBeAbleToGetExistingValueByOffset

      public void shouldBeAbleToGetExistingValueByOffset()
    • shouldThrowExceptionWhenAccessingNotExistingOffset

      public void shouldThrowExceptionWhenAccessingNotExistingOffset()