Package de.hybris.platform.audit
Class TypeAuditReportConfigTest
- java.lang.Object
-
- de.hybris.platform.audit.TypeAuditReportConfigTest
-
@UnitTest public class TypeAuditReportConfigTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeAuditReportConfigTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldCorrectlyBuildViewConfigWithOnlyAuditReportConfigAndRootTypePk()
void
shouldCorrectlyBuildViewConfigWithOnlyNameOfTheAuditReportConfigAndRootTypePk()
void
shouldThrowExceptionOnTryToBuildAuditReportConfigLessViewConfig()
void
shouldThrowExceptionOnTryToBuildRootTypePKLessViewConfig()
-
-
-
Method Detail
-
shouldThrowExceptionOnTryToBuildAuditReportConfigLessViewConfig
public void shouldThrowExceptionOnTryToBuildAuditReportConfigLessViewConfig() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldThrowExceptionOnTryToBuildRootTypePKLessViewConfig
public void shouldThrowExceptionOnTryToBuildRootTypePKLessViewConfig() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldCorrectlyBuildViewConfigWithOnlyNameOfTheAuditReportConfigAndRootTypePk
public void shouldCorrectlyBuildViewConfigWithOnlyNameOfTheAuditReportConfigAndRootTypePk() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldCorrectlyBuildViewConfigWithOnlyAuditReportConfigAndRootTypePk
public void shouldCorrectlyBuildViewConfigWithOnlyAuditReportConfigAndRootTypePk() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-