Class AuditSqlQueryTest
- java.lang.Object
-
- de.hybris.platform.persistence.audit.gateway.AuditSqlQueryTest
-
@UnitTest public class AuditSqlQueryTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuditSqlQueryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldBeQueryWithLimitWhenLimitParamIndexSet()voidshouldIncrementOffsetWhenThereIsLimitAndOffsetParam()voidshouldNotBeQueryWithLimitWhenLimitParamIndexNotSet()voidshouldNotIncrementOffsetWhenThereIsNoLimitOrOffsetParam()
-
-
-
Method Detail
-
shouldIncrementOffsetWhenThereIsLimitAndOffsetParam
public void shouldIncrementOffsetWhenThereIsLimitAndOffsetParam()
-
shouldNotIncrementOffsetWhenThereIsNoLimitOrOffsetParam
public void shouldNotIncrementOffsetWhenThereIsNoLimitOrOffsetParam()
-
shouldBeQueryWithLimitWhenLimitParamIndexSet
public void shouldBeQueryWithLimitWhenLimitParamIndexSet()
-
shouldNotBeQueryWithLimitWhenLimitParamIndexNotSet
public void shouldNotBeQueryWithLimitWhenLimitParamIndexNotSet()
-
-