Class DefaultDynamicAttributesProviderTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.model.attribute.impl.DefaultDynamicAttributesProviderTest
-
@UnitTest public class DefaultDynamicAttributesProviderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultDynamicAttributesProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldCallGetOnFoundHandlerForAttribute()voidshouldCallGetOnFoundLocalizedAndNonLocalizedHandlerForAttribute()voidshouldCallSetOnFoundHandlerForAttribute()voidshouldCallSetOnFoundLocalizedAndNotLocalizedHandlerForAttribute()voidshouldThrowSystemExceptionWhenThereIsNoHandlerForAttributeOnGet()voidshouldThrowSystemExceptionWhenThereIsNoHandlerForAttributeOnSet()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldThrowSystemExceptionWhenThereIsNoHandlerForAttributeOnGet
public void shouldThrowSystemExceptionWhenThereIsNoHandlerForAttributeOnGet()
-
shouldCallGetOnFoundHandlerForAttribute
public void shouldCallGetOnFoundHandlerForAttribute()
-
shouldCallGetOnFoundLocalizedAndNonLocalizedHandlerForAttribute
public void shouldCallGetOnFoundLocalizedAndNonLocalizedHandlerForAttribute()
-
shouldThrowSystemExceptionWhenThereIsNoHandlerForAttributeOnSet
public void shouldThrowSystemExceptionWhenThereIsNoHandlerForAttributeOnSet()
-
shouldCallSetOnFoundHandlerForAttribute
public void shouldCallSetOnFoundHandlerForAttribute()
-
shouldCallSetOnFoundLocalizedAndNotLocalizedHandlerForAttribute
public void shouldCallSetOnFoundLocalizedAndNotLocalizedHandlerForAttribute()
-
-