Class YLongToLongMapTests

java.lang.Object
de.hybris.platform.util.collections.fast.YLongToLongMapTests

@UnitTest public class YLongToLongMapTests extends Object
  • 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()