Class YLongToByteMapTests

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

@UnitTest public class YLongToByteMapTests extends Object
  • Constructor Details

    • YLongToByteMapTests

      public YLongToByteMapTests()
  • Method Details

    • 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()