Class YLongListTests
java.lang.Object
de.hybris.platform.util.collections.fast.YLongListTests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid
-
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()
-