Class YLongListTests


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

      • YLongListTests

        public YLongListTests()
    • Method Detail

      • shouldBeAbleToCreateByDefaultConstructor

        public void shouldBeAbleToCreateByDefaultConstructor()
      • shouldBeAbleToCreateWithInitialCapacity

        public void shouldBeAbleToCreateWithInitialCapacity()
      • shouldBeAbleToAddValues

        public void shouldBeAbleToAddValues()
      • shouldReturnZeroSizeForEmptyList

        public void shouldReturnZeroSizeForEmptyList()
      • shouldReturnProperSizeOfNonEmptyList

        public void shouldReturnProperSizeOfNonEmptyList()
      • shouldBeAbleToGetExistingValueByOffset

        public void shouldBeAbleToGetExistingValueByOffset()
      • shouldThrowExceptionWhenAccessingNotExistingOffset

        public void shouldThrowExceptionWhenAccessingNotExistingOffset()