Class MySqlLimitStatementBuilderTest

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

@UnitTest public class MySqlLimitStatementBuilderTest extends Object
  • Constructor Details

    • MySqlLimitStatementBuilderTest

      public MySqlLimitStatementBuilderTest()
  • Method Details

    • setUp

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