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