Class HanaLimitStatementBuilderTest

java.lang.Object
de.hybris.platform.jalo.flexiblesearch.limit.impl.HanaLimitStatementBuilderTest

@UnitTest public class HanaLimitStatementBuilderTest extends Object
  • Constructor Details

    • HanaLimitStatementBuilderTest

      public HanaLimitStatementBuilderTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      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()