Class OracleLimitStatementBuilderTest
- java.lang.Object
-
- de.hybris.platform.jalo.flexiblesearch.limit.impl.OracleLimitStatementBuilderTest
-
@UnitTest public class OracleLimitStatementBuilderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OracleLimitStatementBuilderTest()
-
Method Summary
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.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()
-
-