Class SetValueVersionExceptionTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class SetValueVersionExceptionTest
    extends AbstractJCRTest
    SetValueVersionExceptionTest...
    • Constructor Detail

      • SetValueVersionExceptionTest

        public SetValueVersionExceptionTest()
    • Method Detail

      • testValue

        public void testValue()
                       throws RepositoryException
        Tests if setValue(Value) throws a VersionException immediately or on save if the parent node of this property is checked-in.
        Throws:
        RepositoryException
      • testValueArray

        public void testValueArray()
                            throws RepositoryException
        Tests if setValue(Value[]) throws a VersionException immediately or on save if the parent node of this property is checked-in.
        Throws:
        RepositoryException
      • testString

        public void testString()
                        throws RepositoryException
        Tests if setValue(String) throws a VersionException immediately or on save if the parent node of this property is checked-in.
        Throws:
        RepositoryException
      • testStringArray

        public void testStringArray()
                             throws RepositoryException
        Tests if setValue(String[]) throws a VersionException immediately or on save if the parent node of this property is checked-in.
        Throws:
        RepositoryException
      • testInputStream

        public void testInputStream()
                             throws RepositoryException
        Tests if setValue(InputStream) throws a VersionException immediately or on save if the parent node of this property is checked-in.
        Throws:
        RepositoryException
      • testLong

        public void testLong()
                      throws RepositoryException
        Tests if setValue(long) throws a VersionException immediately or on save if the parent node of this property is checked-in.
        Throws:
        RepositoryException
      • testDouble

        public void testDouble()
                        throws RepositoryException
        Tests if setValue(double) throws a VersionException immediately or on save if the parent node of this property is checked-in.
        Throws:
        RepositoryException
      • testCalendar

        public void testCalendar()
                          throws RepositoryException
        Tests if setValue(Calendar) throws a VersionException immediately or on save if the parent node of this property is checked-in.
        Throws:
        RepositoryException
      • testBoolean

        public void testBoolean()
                         throws RepositoryException
        Tests if setValue(boolean) throws a VersionException immediately or on save if the parent node of this property is checked-in.
        Throws:
        RepositoryException