Class YLongToLongMapTests
java.lang.Object
de.hybris.platform.util.collections.fast.YLongToLongMapTests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
YLongToLongMapTests
public YLongToLongMapTests()
-
-
Method Details
-
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()
-