Class SqlServerLimitStatementBuilderTest
java.lang.Object
de.hybris.platform.jalo.flexiblesearch.limit.impl.SqlServerLimitStatementBuilderTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SqlServerLimitStatementBuilderTest
public SqlServerLimitStatementBuilderTest()
-
-
Method Details
-
setUp
- 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()
-