Class DefaultReadAuditGatewayTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.persistence.audit.gateway.impl.DefaultReadAuditGatewayTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultReadAuditGatewayTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultReadAuditGatewayTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldSearchForAuditRecordsForTypeAndFewPks()voidshouldSearchForAuditRecordsForTypeAndParticularPk()voidshouldSearchForAuditRecordsForTypeParticularPkAndExactValueInPayload()voidshouldSearchForAuditRecordsForTypeParticularPkAndFewValuesInPayload()voidshouldSearchForAuditRecordsForTypeWithoutAnyCriterias()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSearchForAuditRecordsForTypeWithoutAnyCriterias
public void shouldSearchForAuditRecordsForTypeWithoutAnyCriterias() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSearchForAuditRecordsForTypeAndParticularPk
public void shouldSearchForAuditRecordsForTypeAndParticularPk() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSearchForAuditRecordsForTypeAndFewPks
public void shouldSearchForAuditRecordsForTypeAndFewPks() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSearchForAuditRecordsForTypeParticularPkAndExactValueInPayload
public void shouldSearchForAuditRecordsForTypeParticularPkAndExactValueInPayload() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSearchForAuditRecordsForTypeParticularPkAndFewValuesInPayload
public void shouldSearchForAuditRecordsForTypeParticularPkAndFewValuesInPayload() throws java.lang.Exception- Throws:
java.lang.Exception
-
-