Class ClassAttributePropertyDescriptorTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ClassAttributePropertyDescriptorTest extends ServicelayerTest
Tests proper handling of escaped characters (".", "/") in ClassAttributePropertyDescriptor
  • Constructor Details

    • ClassAttributePropertyDescriptorTest

      public ClassAttributePropertyDescriptorTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Set up creates 2 classification classes and 3 classification attributes in total.
      system | 1.0 | myClass (myAttr, my.attr) ; bla/bla (my.super.attr)
      Throws:
      Exception
    • testRegularDescriptor

      public void testRegularDescriptor()
    • testDescriptorWithEscapedDots

      public void testDescriptorWithEscapedDots()
    • testDescriptorWith2EscapedDotsAndSlashInClassName

      public void testDescriptorWith2EscapedDotsAndSlashInClassName()
    • testEscapedDotsInClassVersion

      public void testEscapedDotsInClassVersion()