Class SLDDataContainerTest
- java.lang.Object
-
- de.hybris.platform.directpersistence.cache.SLDDataContainerTest
-
@UnitTest public class SLDDataContainerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SLDDataContainerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldCreateContainerOnlyWithAttribute()voidshouldCreateContainerWithAttributesAndLocalizedAttributes()voidshouldCreateContainerWithAttributesLocalizedAttributesAndProperties()voidshouldThrowAnExceptionWhenDataContainerBuilderHasNoTypeInfoMap()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreateContainerOnlyWithAttribute
public void shouldCreateContainerOnlyWithAttribute() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreateContainerWithAttributesAndLocalizedAttributes
public void shouldCreateContainerWithAttributesAndLocalizedAttributes() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreateContainerWithAttributesLocalizedAttributesAndProperties
public void shouldCreateContainerWithAttributesLocalizedAttributesAndProperties() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldThrowAnExceptionWhenDataContainerBuilderHasNoTypeInfoMap
public void shouldThrowAnExceptionWhenDataContainerBuilderHasNoTypeInfoMap() throws java.lang.Exception- Throws:
java.lang.Exception
-
-