Class DefaultDynamicAttributesProviderTest
java.lang.Object
de.hybris.platform.servicelayer.internal.model.attribute.impl.DefaultDynamicAttributesProviderTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultDynamicAttributesProviderTest
public DefaultDynamicAttributesProviderTest()
-
-
Method Details
-
setUp
- Throws:
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()
-