Class HsqlLimitStatementBuilderTest
- java.lang.Object
-
- de.hybris.platform.jalo.flexiblesearch.limit.impl.HsqlLimitStatementBuilderTest
-
@UnitTest public class HsqlLimitStatementBuilderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HsqlLimitStatementBuilderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZero()voidshouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZero()voidshouldBuildQueryWithStartGreaterThanZeroAndCountZero()voidshouldBuildQueryWithStartZeroAndCountGreaterThanZero()voidshouldBuildQueryWithStartZeroAndCountLowerThanZero()voidshouldBuildQueryWithStartZeroAndCountZero()voidshouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZero()
-
-
-
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()
-
-