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
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DynamicAttributesTest
public DynamicAttributesTest()
-
-
Method Details
-
setUp
- Throws:
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()
-