Class SetPropertyBooleanTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class SetPropertyBooleanTest
    extends AbstractJCRTest
    SetPropertyBooleanTest tests the Node.setProperty(String, boolean) method
    • Constructor Detail

      • SetPropertyBooleanTest

        public SetPropertyBooleanTest()
    • Method Detail

      • testNewBooleanPropertySession

        public void testNewBooleanPropertySession()
                                           throws Exception
        Tests if adding a property with Node.setProperty(String, boolean) works with Session.save()
        Throws:
        Exception
      • testModifyBooleanPropertySession

        public void testModifyBooleanPropertySession()
                                              throws Exception
        Tests if modifying a property with Node.setProperty(String, boolean) works with Session.save()
        Throws:
        Exception
      • testNewBooleanPropertyParent

        public void testNewBooleanPropertyParent()
                                          throws Exception
        Tests if adding a property with Node.setProperty(String, boolean) works with parentNode.save()
        Throws:
        Exception
      • testModifyBooleanPropertyParent

        public void testModifyBooleanPropertyParent()
                                             throws Exception
        Tests if modifying a property with Node.setProperty(String, boolean) works with parentNode.save()
        Throws:
        Exception
      • testRemoveBooleanPropertySession

        public void testRemoveBooleanPropertySession()
                                              throws Exception
        Tests if removing a boolean property with Node.setProperty(String, null) works with Session.save()
        Throws:
        Exception
      • testRemoveBooleanPropertyParent

        public void testRemoveBooleanPropertyParent()
                                             throws Exception
        Tests if removing a boolean property with Node.setProperty(String, null) works with parentNode.save()
        Throws:
        Exception