Class AuditableSaverTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.persistence.audit.AuditableSaverTest
-
- All Implemented Interfaces:
AuditableTest,JaloSessionHolder
@IntegrationTest public class AuditableSaverTest extends ServicelayerBaseTest implements AuditableTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AuditableSaverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestCreateAuditChange()voidtestCreateModifyAuditChangeForManyItemsBatchUsage()voidtestDeleteAuditChange()voidtestModifyAuditChange()-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.audit.AuditableTest
assumeAuditEnabled
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCreateAuditChange
public void testCreateAuditChange()
-
testCreateModifyAuditChangeForManyItemsBatchUsage
public void testCreateModifyAuditChangeForManyItemsBatchUsage()
-
testModifyAuditChange
public void testModifyAuditChange()
-
testDeleteAuditChange
public void testDeleteAuditChange()
-
-