Class YLongToLongMapTests
- java.lang.Object
-
- de.hybris.platform.util.collections.fast.YLongToLongMapTests
-
@UnitTest public class YLongToLongMapTests extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description YLongToLongMapTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldBeAbleToCreateByDefaultConstructor()voidshouldBeAbleToGetExistingValue()voidshouldBeAbleToPutEmptyValue()voidshouldBeAbleToPutValuesForTheSameKey()voidshouldContainExistingKey()voidshouldNotContainNotExistingKey()voidshouldNotFailOnGettingNonExistingKey()voidshouldReturnEmptyValueWhenGettingNotExistingValue()voidshouldReturnEmptyValueWhenPuttingKeyForTheFirstTime()voidshouldReturnPreviousValueWhenExistingKeyIsBeingReplaced()
-
-
-
Method Detail
-
shouldBeAbleToCreateByDefaultConstructor
public void shouldBeAbleToCreateByDefaultConstructor()
-
shouldBeAbleToPutValuesForTheSameKey
public void shouldBeAbleToPutValuesForTheSameKey()
-
shouldNotFailOnGettingNonExistingKey
public void shouldNotFailOnGettingNonExistingKey()
-
shouldBeAbleToGetExistingValue
public void shouldBeAbleToGetExistingValue()
-
shouldReturnEmptyValueWhenGettingNotExistingValue
public void shouldReturnEmptyValueWhenGettingNotExistingValue()
-
shouldReturnEmptyValueWhenPuttingKeyForTheFirstTime
public void shouldReturnEmptyValueWhenPuttingKeyForTheFirstTime()
-
shouldReturnPreviousValueWhenExistingKeyIsBeingReplaced
public void shouldReturnPreviousValueWhenExistingKeyIsBeingReplaced()
-
shouldNotContainNotExistingKey
public void shouldNotContainNotExistingKey()
-
shouldContainExistingKey
public void shouldContainExistingKey()
-
shouldBeAbleToPutEmptyValue
public void shouldBeAbleToPutEmptyValue()
-
-