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