Package de.hybris.platform.audit
Interface AuditableTest
- All Known Implementing Classes:
AbstractAuditTest,AuditableSaverConditionalAuditTest,AuditableSaverTest,AuditBigPayloadOrderTest,AuditProductDemoTest,AuditRecordsProviderIntegrationTests,AuditReportConfigChangesAfterValidationTest,AuditReportConfigValidatorTest,DefaultAuditConfigServiceTest,DefaultAuditRecordsProviderJaloTest,DefaultAuditRecordsProviderSLDTest,DefaultAuditRecordsProviderTest,DefaultPersistenceAuditServiceCoreTest,ManyToManyReferencesResolverJaloTest,ManyToManyReferencesResolverSLDTest,ManyToManyReferencesResolverTest,OrderDemoTest,PlatformPersonalDataDemoTest,TransactionAwareAuditJaloTest,TransactionAwareAuditSLDTest,TransactionAwareAuditTest,UserAddressDemoTest,UserAndAddressesAuditViewTest,UserAndPrincipalGroupAuditVewTest,UserAuditDemoTest
public interface AuditableTest
Every Audit related tests, which requires the auditing to be enabled should use this interface.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidAssumes the audting is enabled globally.
-
Method Details
-
assumeAuditEnabled
default void assumeAuditEnabled()Assumes the audting is enabled globally. If not - AssumptionViolatedException is thrown, which junit interprets as test to be ignored.
-