Class YLongToIntMapTests
java.lang.Object
de.hybris.platform.util.collections.fast.YLongToIntMapTests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
YLongToIntMapTests
public YLongToIntMapTests()
-
-
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() -
shouldReturnEmptyValueWhenRemovingNotExistingKey
public void shouldReturnEmptyValueWhenRemovingNotExistingKey() -
shouldReturnPreviousValueWhenRemovingExistingKey
public void shouldReturnPreviousValueWhenRemovingExistingKey() -
shouldBeAbleToPutEmptyValue
public void shouldBeAbleToPutEmptyValue()
-