Class SetPropertyDecimalTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class SetPropertyDecimalTest
    extends AbstractJCRTest
    SetPropertyDecmimalTest tests the Node.setProperty(String, BigDecimal) method
    • Constructor Detail

      • SetPropertyDecimalTest

        public SetPropertyDecimalTest()
    • Method Detail

      • testNewDecimalPropertySession

        public void testNewDecimalPropertySession()
                                           throws Exception
        Tests if adding a property with Node.setProperty(String, BigDecimal) works with Session.save()
        Throws:
        Exception
      • testModifyDecimalPropertySession

        public void testModifyDecimalPropertySession()
                                              throws Exception
        Tests if modifying a property with Node.setProperty(String, BigDecimal) works with Session.save()
        Throws:
        Exception
      • testRemoveDecimalPropertySession

        public void testRemoveDecimalPropertySession()
                                              throws Exception
        Tests if removing a BigDecimal property with Node.setProperty(String, null) works with Session.save()
        Throws:
        Exception