Class AuditSqlQueryTest
java.lang.Object
de.hybris.platform.persistence.audit.gateway.AuditSqlQueryTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoid
-
Constructor Details
-
AuditSqlQueryTest
public AuditSqlQueryTest()
-
-
Method Details
-
shouldIncrementOffsetWhenThereIsLimitAndOffsetParam
public void shouldIncrementOffsetWhenThereIsLimitAndOffsetParam() -
shouldNotIncrementOffsetWhenThereIsNoLimitOrOffsetParam
public void shouldNotIncrementOffsetWhenThereIsNoLimitOrOffsetParam() -
shouldBeQueryWithLimitWhenLimitParamIndexSet
public void shouldBeQueryWithLimitWhenLimitParamIndexSet() -
shouldNotBeQueryWithLimitWhenLimitParamIndexNotSet
public void shouldNotBeQueryWithLimitWhenLimitParamIndexNotSet()
-