Class YLongToIntMapTests
- java.lang.Object
-
- de.hybris.platform.util.collections.fast.YLongToIntMapTests
-
@UnitTest public class YLongToIntMapTests extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description YLongToIntMapTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldBeAbleToCreateByDefaultConstructor()voidshouldBeAbleToCreateWithInitialCapacity()voidshouldBeAbleToGetExistingValue()voidshouldBeAbleToPutEmptyValue()voidshouldBeAbleToPutValuesForTheSameKey()voidshouldNotFailOnGettingNonExistingKey()voidshouldReturnEmptyValueWhenGettingNotExistingValue()voidshouldReturnEmptyValueWhenPuttingKeyForTheFirstTime()voidshouldReturnEmptyValueWhenRemovingNotExistingKey()voidshouldReturnPreviousValueWhenExistingKeyIsBeeingReplaced()voidshouldReturnPreviousValueWhenRemovingExistingKey()
-
-
-
Method Detail
-
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()
-
-