Class ModelAttributesValueResolverTest


@UnitTest public class ModelAttributesValueResolverTest extends AbstractLocalizedValueResolverTest
  • Constructor Details

    • ModelAttributesValueResolverTest

      public ModelAttributesValueResolverTest()
  • Method Details

    • setUp

      public void setUp()
    • resolveNonSupportedAttributeValue

      public void resolveNonSupportedAttributeValue() throws Exception
      Throws:
      Exception
    • resolveAttributeWithNoValue

      public void resolveAttributeWithNoValue() throws Exception
      Throws:
      Exception
    • resolveNonLocalizedAttribute

      public void resolveNonLocalizedAttribute() throws Exception
      Throws:
      Exception
    • resolveLocalizedAttribute

      public void resolveLocalizedAttribute() throws Exception
      Throws:
      Exception
    • resolveLocalizedAttributeWithMultipleLanguages

      public void resolveLocalizedAttributeWithMultipleLanguages() throws Exception
      Throws:
      Exception
    • resolveMultipleIndexedProperties

      public void resolveMultipleIndexedProperties() throws Exception
      Throws:
      Exception
    • resolveNonOptionalAttributeWithValue

      public void resolveNonOptionalAttributeWithValue() throws Exception
      Throws:
      Exception
    • resolveNonOptionalAttributeWithEmptyStringValue

      public void resolveNonOptionalAttributeWithEmptyStringValue() throws Exception
      Throws:
      Exception
    • resolveNonOptionalAttributeWithNoValue

      public void resolveNonOptionalAttributeWithNoValue() throws Exception
      Throws:
      Exception
    • resolveWithAttributeParam

      public void resolveWithAttributeParam() throws Exception
      Throws:
      Exception
    • resolveWithSplit

      public void resolveWithSplit() throws Exception
      Throws:
      Exception
    • resolveAttributeWithFormat

      public void resolveAttributeWithFormat() throws Exception
      Throws:
      Exception
    • resolveAttributeWithFormatAndSplit

      public void resolveAttributeWithFormatAndSplit() throws Exception
      Throws:
      Exception
    • resolveAttributeWithSplitAndFormat

      public void resolveAttributeWithSplitAndFormat() throws Exception
      Throws:
      Exception
    • resolveWithExpressionAndNoAttribute

      public void resolveWithExpressionAndNoAttribute() throws Exception
      Throws:
      Exception