Class HanaLimitStatementBuilderTest
java.lang.Object
de.hybris.platform.jalo.flexiblesearch.limit.impl.HanaLimitStatementBuilderTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
HanaLimitStatementBuilderTest
public HanaLimitStatementBuilderTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
shouldBuildQueryWithStartZeroAndCountZero
public void shouldBuildQueryWithStartZeroAndCountZero() -
shouldBuildQueryWithStartZeroAndCountZeroLiteral
public void shouldBuildQueryWithStartZeroAndCountZeroLiteral() -
shouldBuildQueryWithStartZeroAndCountGreaterThanZero
public void shouldBuildQueryWithStartZeroAndCountGreaterThanZero() -
shouldBuildQueryWithStartZeroAndCountGreaterThanZeroLiteral
public void shouldBuildQueryWithStartZeroAndCountGreaterThanZeroLiteral() -
shouldBuildQueryWithStartGreaterThanZeroAndCountZero
public void shouldBuildQueryWithStartGreaterThanZeroAndCountZero() -
shouldBuildQueryWithStartGreaterThanZeroAndCountZeroLiteral
public void shouldBuildQueryWithStartGreaterThanZeroAndCountZeroLiteral() -
shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZero
public void shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZero() -
shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZeroLiteral
public void shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZeroLiteral() -
shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZero
public void shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZero() -
shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZeroLiteral
public void shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZeroLiteral() -
shouldBuildQueryWithStartZeroAndCountLowerThanZero
public void shouldBuildQueryWithStartZeroAndCountLowerThanZero() -
shouldBuildQueryWithStartZeroAndCountLowerThanZeroLiteral
public void shouldBuildQueryWithStartZeroAndCountLowerThanZeroLiteral() -
shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZero
public void shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZero() -
shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZeroLiteral
public void shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZeroLiteral()
-