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