Class DynamicAttributesTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DynamicAttributesTest extends ServicelayerTransactionalBaseTest
  • Constructor Details

    • DynamicAttributesTest

      public DynamicAttributesTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldHaveDynamicAttributesStringSampleBeanAsAttributeHandler

      public void shouldHaveDynamicAttributesStringSampleBeanAsAttributeHandler()
    • shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingTypeService

      public void shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingTypeService()
    • shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingItem

      public void shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingItem() throws JaloInvalidParameterException, JaloSecurityException
      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()