Class DefaultAuditViewServiceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.audit.view.impl.DefaultAuditViewServiceTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultAuditViewServiceTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultAuditViewServiceTest()
-
Method Summary
-
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
-
tearDown
public void tearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProduceReportViewWithoutDuplicatedEntries
public void shouldProduceReportViewWithoutDuplicatedEntries() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProduceReportViewForConfig
public void shouldProduceReportViewForConfig() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProduceReportViewForConfigWithVirtualAttribute
public void shouldProduceReportViewForConfigWithVirtualAttribute() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProduceReportViewWithCyclicConfiguration
public void shouldProduceReportViewWithCyclicConfiguration()
-
shouldProduceReportViewForTypeWhichIsNotConfiguredForAuditingAndWasNeverModifiedWithCorrectCreationDate
public void shouldProduceReportViewForTypeWhichIsNotConfiguredForAuditingAndWasNeverModifiedWithCorrectCreationDate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProduceReportViewForTypeWhichIsNotConfiguredForAuditingAndWasModifiedWithCorrectModificationDate
public void shouldProduceReportViewForTypeWhichIsNotConfiguredForAuditingAndWasModifiedWithCorrectModificationDate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProduceReportViewForTypeWithVirtualAttributesWithInvalidCaseInAttributeExpression
public void shouldProduceReportViewForTypeWithVirtualAttributesWithInvalidCaseInAttributeExpression() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-