Class DefaultDynamicAttributesProviderTest


  • @UnitTest
    public class DefaultDynamicAttributesProviderTest
    extends java.lang.Object
    • Constructor Detail

      • DefaultDynamicAttributesProviderTest

        public DefaultDynamicAttributesProviderTest()
    • 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()