Class YLongToByteMapTests


  • @UnitTest
    public class YLongToByteMapTests
    extends java.lang.Object
    • Constructor Detail

      • YLongToByteMapTests

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