Class DynamicAttributesTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.dynamicattributes.DynamicAttributesTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DynamicAttributesTest extends ServicelayerTransactionalBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DynamicAttributesTest()
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldHaveDynamicAttributesStringSampleBeanAsAttributeHandler
public void shouldHaveDynamicAttributesStringSampleBeanAsAttributeHandler()
-
shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingTypeService
public void shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingTypeService()
-
shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingItem
public void shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingItem() throws JaloInvalidParameterException, JaloSecurityException
-
shouldHaveDynamicAttributesEnumSampleBeanAsAttributeHandler
public void shouldHaveDynamicAttributesEnumSampleBeanAsAttributeHandler()
-
shouldHaveDynamicAttributesIntSampleBeanAsAttributeHandler
public void shouldHaveDynamicAttributesIntSampleBeanAsAttributeHandler()
-
shouldReturnConcatenatedValuesFromFooAndBarOnGetFooBar
public void shouldReturnConcatenatedValuesFromFooAndBarOnGetFooBar()
-
shouldReturnConcatenatedValuesFromFooAndBarUsingGetAttributeValueMethod
public void shouldReturnConcatenatedValuesFromFooAndBarUsingGetAttributeValueMethod()
-
shouldReturnSomeDummyTextForFooBarOnSubtype
public void shouldReturnSomeDummyTextForFooBarOnSubtype()
-
shouldReturnSumOfIntegerValueAnd2
public void shouldReturnSumOfIntegerValueAnd2()
-
shouldReturnSumOfIntegerValueAnd2ForSubtype
public void shouldReturnSumOfIntegerValueAnd2ForSubtype()
-
shouldSetIntegerValueOfIntegerMinus2
public void shouldSetIntegerValueOfIntegerMinus2()
-
shouldReturnMaleGender
public void shouldReturnMaleGender()
-
shouldReturnMaleGenderFromSupertype
public void shouldReturnMaleGenderFromSupertype()
-
shouldReturnMaleGenderUsingGetAttributeValueMethod
public void shouldReturnMaleGenderUsingGetAttributeValueMethod()
-
shouldSplitStringValueByCommaAndSetFirstElementToFooAndSecondToBar
public void shouldSplitStringValueByCommaAndSetFirstElementToFooAndSecondToBar()
-
shouldChangeTheLocalizedTestPropertyInGermanAndEnglish
public void shouldChangeTheLocalizedTestPropertyInGermanAndEnglish()
-
shouldChangeTheLocalizedTestPropertyWithDefaultLocale
public void shouldChangeTheLocalizedTestPropertyWithDefaultLocale()
-
-