Class YLongToLongMapTests


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

      • YLongToLongMapTests

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