Class SetPropertyAssumeTypeTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class SetPropertyAssumeTypeTest
    extends AbstractJCRTest
    SetPropertyAssumeTypeTest tests if when setting a property of type PropertyType.UNDEFINED the type is assumed correctly. The signatures Node.setProperty(String, Value, int), Node.setProperty(String, String, int), Node.setProperty(String, Value[], int) and Node.setProperty(String, Node) are tested.