Class HanaLimitStatementBuilderTest


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

      • HanaLimitStatementBuilderTest

        public HanaLimitStatementBuilderTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldBuildQueryWithStartZeroAndCountZero

        public void shouldBuildQueryWithStartZeroAndCountZero()
      • shouldBuildQueryWithStartZeroAndCountZeroLiteral

        public void shouldBuildQueryWithStartZeroAndCountZeroLiteral()
      • shouldBuildQueryWithStartZeroAndCountGreaterThanZero

        public void shouldBuildQueryWithStartZeroAndCountGreaterThanZero()
      • shouldBuildQueryWithStartZeroAndCountGreaterThanZeroLiteral

        public void shouldBuildQueryWithStartZeroAndCountGreaterThanZeroLiteral()
      • shouldBuildQueryWithStartGreaterThanZeroAndCountZero

        public void shouldBuildQueryWithStartGreaterThanZeroAndCountZero()
      • shouldBuildQueryWithStartGreaterThanZeroAndCountZeroLiteral

        public void shouldBuildQueryWithStartGreaterThanZeroAndCountZeroLiteral()
      • shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZero

        public void shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZero()
      • shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZeroLiteral

        public void shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZeroLiteral()
      • shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZero

        public void shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZero()
      • shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZeroLiteral

        public void shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZeroLiteral()
      • shouldBuildQueryWithStartZeroAndCountLowerThanZero

        public void shouldBuildQueryWithStartZeroAndCountLowerThanZero()
      • shouldBuildQueryWithStartZeroAndCountLowerThanZeroLiteral

        public void shouldBuildQueryWithStartZeroAndCountLowerThanZeroLiteral()
      • shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZero

        public void shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZero()
      • shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZeroLiteral

        public void shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZeroLiteral()