Class YLongListTests
- java.lang.Object
-
- de.hybris.platform.util.collections.fast.YLongListTests
-
@UnitTest public class YLongListTests extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description YLongListTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldBeAbleToAddValues()voidshouldBeAbleToCreateByDefaultConstructor()voidshouldBeAbleToCreateWithInitialCapacity()voidshouldBeAbleToGetExistingValueByOffset()voidshouldReturnProperSizeOfNonEmptyList()voidshouldReturnZeroSizeForEmptyList()voidshouldThrowExceptionWhenAccessingNotExistingOffset()
-
-
-
Method Detail
-
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()
-
-