Class HsqlLimitStatementBuilderTest


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

      • HsqlLimitStatementBuilderTest

        public HsqlLimitStatementBuilderTest()
    • Method Detail

      • setUp

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

        public void shouldBuildQueryWithStartZeroAndCountZero()
      • shouldBuildQueryWithStartZeroAndCountGreaterThanZero

        public void shouldBuildQueryWithStartZeroAndCountGreaterThanZero()
      • shouldBuildQueryWithStartGreaterThanZeroAndCountZero

        public void shouldBuildQueryWithStartGreaterThanZeroAndCountZero()
      • shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZero

        public void shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZero()
      • shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZero

        public void shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZero()
      • shouldBuildQueryWithStartZeroAndCountLowerThanZero

        public void shouldBuildQueryWithStartZeroAndCountLowerThanZero()
      • shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZero

        public void shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZero()