Class DefaultDynamicAttributesProviderTest

java.lang.Object
de.hybris.platform.servicelayer.internal.model.attribute.impl.DefaultDynamicAttributesProviderTest

@UnitTest public class DefaultDynamicAttributesProviderTest extends Object
  • Constructor Details

    • DefaultDynamicAttributesProviderTest

      public DefaultDynamicAttributesProviderTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      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()