Class YLongToByteMapTests
java.lang.Object
de.hybris.platform.util.collections.fast.YLongToByteMapTests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
YLongToByteMapTests
public YLongToByteMapTests()
-
-
Method Details
-
shouldBeAbleToCreateByDefaultConstructor
public void shouldBeAbleToCreateByDefaultConstructor() -
shouldBeAbleToCreateWithInitialCapacity
public void shouldBeAbleToCreateWithInitialCapacity() -
shouldBeAbleToPutValuesForTheSameKey
public void shouldBeAbleToPutValuesForTheSameKey() -
shouldNotFailOnGettingNonExistingKey
public void shouldNotFailOnGettingNonExistingKey() -
shouldBeAbleToGetExistingValue
public void shouldBeAbleToGetExistingValue() -
shouldReturnEmptyValueWhenGettingNotExistingValue
public void shouldReturnEmptyValueWhenGettingNotExistingValue() -
shouldReturnEmptyValueWhenPuttingKeyForTheFirstTime
public void shouldReturnEmptyValueWhenPuttingKeyForTheFirstTime() -
shouldReturnPreviousValueWhenExistingKeyIsBeeingReplaced
public void shouldReturnPreviousValueWhenExistingKeyIsBeeingReplaced() -
shouldBeAbleToPutEmptyValue
public void shouldBeAbleToPutEmptyValue()
-