Class SetValueStringTest

    • Constructor Detail

      • SetValueStringTest

        public SetValueStringTest()
    • Method Detail

      • testValueSession

        public void testValueSession()
                              throws RepositoryException
        Test the persistence of a property modified with a Value parameter and saved from the Session Requires a single-value Value (sv2)
        Throws:
        RepositoryException
      • testValueParent

        public void testValueParent()
                             throws RepositoryException
        Test the persistence of a property modified with a Value parameter, and saved from the parent Node Requires a single-value Value (sv2)
        Throws:
        RepositoryException
      • testMultiValue

        public void testMultiValue()
                            throws RepositoryException
        Test the modification of a single-value property updated with a multi-value parameter Requires a multi-value Value (mv)
        Throws:
        RepositoryException
      • testRemoveValueSession

        public void testRemoveValueSession()
                                    throws RepositoryException
        Test the deletion of a property by assigning it a null value, saved from the Session
        Throws:
        RepositoryException
      • testRemoveValueParent

        public void testRemoveValueParent()
                                   throws RepositoryException
        Test the deletion of a property by assigning it a null value, saved from the parent Node
        Throws:
        RepositoryException
      • testStringSession

        public void testStringSession()
                               throws RepositoryException
        Test the persistence of a property modified with a String parameter and saved from the Session Requires a single-value String (PROP_VALUE_2)
        Throws:
        RepositoryException
      • testStringParent

        public void testStringParent()
                              throws RepositoryException
        Test the persistence of a property modified with a String parameter and saved from the parent Node Requires a single-value String (PROP_VALUE_2)
        Throws:
        RepositoryException
      • testMultiString

        public void testMultiString()
                             throws RepositoryException
        Test the modification of a single-value property updated with a multi-value parameter Requires a multi-value String (mv)
        Throws:
        RepositoryException
      • testRemoveStringSession

        public void testRemoveStringSession()
                                     throws RepositoryException
        Test the deletion of a property by assigning it a null value, saved from the Session
        Throws:
        RepositoryException
      • testRemoveStringParent

        public void testRemoveStringParent()
                                    throws RepositoryException
        Test the deletion of a property by assigning it a null value, saved from the parent Node
        Throws:
        RepositoryException
      • testMultiValueSession

        public void testMultiValueSession()
                                   throws RepositoryException
        Test the persistence of a property modified with an multi-value Value parameter and saved from the Session Requires a multi-value Value (mv2)
        Throws:
        RepositoryException
      • testMultiValueParent

        public void testMultiValueParent()
                                  throws RepositoryException
        Test the persistence of a property modified with an multi-value Value parameter and saved from the parent Node Requires a multi-value Value (mv2)
        Throws:
        RepositoryException
      • testMultiValueSingle

        public void testMultiValueSingle()
                                  throws RepositoryException
        Test the assignment of a single-value to a multi-value property Requires a single-value Value (sv1)
        Throws:
        RepositoryException
      • testRemoveMultiValueSession

        public void testRemoveMultiValueSession()
                                         throws RepositoryException
        Test the deletion of a property by assigning it a null value, saved from the Session
        Throws:
        RepositoryException
      • testRemoveMultiValueParent

        public void testRemoveMultiValueParent()
                                        throws RepositoryException
        Test the deletion of a property by assigning it a null value, saved from the parent Node
        Throws:
        RepositoryException
      • testMultiStringSession

        public void testMultiStringSession()
                                    throws RepositoryException
        Test the persistence of a property modified with an multi-value String parameter and saved from the Session Requires a multi-value String (mv)
        Throws:
        RepositoryException
      • testMultiStringParent

        public void testMultiStringParent()
                                   throws RepositoryException
        Test the persistence of a property modified with an multi-value String parameter and saved from the parent Node Requires a multi-value String (mv)
        Throws:
        RepositoryException
      • testMultiStringSingle

        public void testMultiStringSingle()
                                   throws RepositoryException
        Test the assignment of a single-value to a multi-value property Requires a single-value String (PROP_VALUE_1)
        Throws:
        RepositoryException
      • testRemoveMultiStringSession

        public void testRemoveMultiStringSession()
                                          throws RepositoryException
        Test the deletion of a property by assigning it a null value, saved from the Session
        Throws:
        RepositoryException
      • testRemoveMultiStringParent

        public void testRemoveMultiStringParent()
                                         throws RepositoryException
        Test the deletion of a property by assigning it a null value, saved from the parent Node
        Throws:
        RepositoryException
      • testEmptyMultiStringParent

        public void testEmptyMultiStringParent()
                                        throws RepositoryException
        Test the assignment of an empty property by assigning it a null array, saved from the parent Node
        Throws:
        RepositoryException
      • testEmptyMultiStringSession

        public void testEmptyMultiStringSession()
                                         throws RepositoryException
        Test the assignment of an empty property by assigning it a null array, saved from the Session
        Throws:
        RepositoryException