@UnitTest public class DefaultDynamicAttributesProviderTest extends java.lang.Object
| Constructor and Description |
|---|
DefaultDynamicAttributesProviderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldCallGetOnFoundHandlerForAttribute() |
void |
shouldCallGetOnFoundLocalizedAndNonLocalizedHandlerForAttribute() |
void |
shouldCallSetOnFoundHandlerForAttribute() |
void |
shouldCallSetOnFoundLocalizedAndNotLocalizedHandlerForAttribute() |
void |
shouldThrowSystemExceptionWhenThereIsNoHandlerForAttributeOnGet() |
void |
shouldThrowSystemExceptionWhenThereIsNoHandlerForAttributeOnSet() |
public DefaultDynamicAttributesProviderTest()
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldThrowSystemExceptionWhenThereIsNoHandlerForAttributeOnGet()
public void shouldCallGetOnFoundHandlerForAttribute()
public void shouldCallGetOnFoundLocalizedAndNonLocalizedHandlerForAttribute()
public void shouldThrowSystemExceptionWhenThereIsNoHandlerForAttributeOnSet()
public void shouldCallSetOnFoundHandlerForAttribute()
public void shouldCallSetOnFoundLocalizedAndNotLocalizedHandlerForAttribute()
Copyright © 2018 SAP SE. All Rights Reserved.