org.apache.jackrabbit.test.api
Class PathPropertyTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jackrabbit.test.JUnitTest
              extended by org.apache.jackrabbit.test.AbstractJCRTest
                  extended by org.apache.jackrabbit.test.api.PathPropertyTest
All Implemented Interfaces:
junit.framework.Test

public class PathPropertyTest
extends AbstractJCRTest

Tests a path property. If the workspace does not contain a node with a path property a NotExecutableException is thrown.


Field Summary
protected  boolean multiple
          true if the property is multi valued
protected  javax.jcr.Property prop
           
protected  javax.jcr.Session session
          A read only session
protected static java.lang.String UTF8
          String encoding in a stream
 
Fields inherited from class org.apache.jackrabbit.test.AbstractJCRTest
isReadOnly, jcrBaseVersion, jcrCopiedFrom, jcrCreated, jcrFrozenNode, jcrFrozenUuid, jcrIsCheckedOut, jcrlockIsDeep, jcrLockOwner, jcrMergeFailed, jcrMixinTypes, jcrPredecessors, jcrPrimaryType, jcrRootVersion, jcrSuccessors, jcrSystem, jcrUUID, jcrVersionHistory, mixLockable, mixReferenceable, mixShareable, mixSimpleVersionable, mixVersionable, nodeName1, nodeName2, nodeName3, nodeName4, NS_JCR_URI, NS_MIX_URI, NS_NT_URI, NS_SV_URI, ntBase, ntFrozenNode, ntQuery, ntUnstructured, ntVersion, ntVersionHistory, ntVersionLabels, propertyName1, propertyName2, superuser, testNodeType, testNodeTypeNoChildren, testPath, testRoot, testRootNode, vf, workspaceName
 
Fields inherited from class org.apache.jackrabbit.test.JUnitTest
log
 
Constructor Summary
PathPropertyTest()
           
 
Method Summary
protected  void cleanUp()
           
protected  java.lang.Boolean getPropertyIsMultivalued()
          Returns "does not matter" (null).
protected  int getPropertyType()
          Returns PropertyType.PATH.
protected  void setUp()
          Sets up the fixture for the tests.
protected  void tearDown()
          Releases the session aquired in setUp().
 void testGetBoolean()
          Tests failure of conversion from Path type to Boolean type.
 void testGetDate()
          Tests failure of conversion from Path type to Date type.
 void testGetDouble()
          Tests failure from Path type to Double type.
 void testGetLong()
          Tests failure of conversion from Path type to Long type.
 void testGetNode()
          Since JCR 2.0 a path property can be dereferenced if it points to a Node.
 void testGetProperty()
          Since JCR 2.0 a path property can be dereferenced if it points to a Property.
 void testGetString()
          Tests conversion from Path type to String type and if the resulting string has correct format.
 void testGetType()
          Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.
 
Methods inherited from class org.apache.jackrabbit.test.AbstractJCRTest
checkSupportedOption, cleanUpTestRoot, createRandomString, ensureCanSetProperty, ensureCanSetProperty, ensureCanSetProperty, ensureKnowsNodeType, ensureMixinType, ensureMultipleWorkspacesSupported, getHelper, getJcrValue, getLocalName, getNonExistingWorkspaceName, getProperty, getProperty, getSize, isSupported, needsMixin, run
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UTF8

protected static java.lang.String UTF8
String encoding in a stream


session

protected javax.jcr.Session session
A read only session


prop

protected javax.jcr.Property prop

multiple

protected boolean multiple
true if the property is multi valued

Constructor Detail

PathPropertyTest

public PathPropertyTest()
Method Detail

getPropertyType

protected int getPropertyType()
Returns PropertyType.PATH.

Returns:
PropertyType.PATH.

getPropertyIsMultivalued

protected java.lang.Boolean getPropertyIsMultivalued()
Returns "does not matter" (null).

Returns:
null.

testGetString

public void testGetString()
                   throws javax.jcr.RepositoryException
Tests conversion from Path type to String type and if the resulting string has correct format.

Throws:
javax.jcr.RepositoryException

testGetBoolean

public void testGetBoolean()
                    throws javax.jcr.RepositoryException
Tests failure of conversion from Path type to Boolean type.

Throws:
javax.jcr.RepositoryException

testGetDate

public void testGetDate()
                 throws javax.jcr.RepositoryException
Tests failure of conversion from Path type to Date type.

Throws:
javax.jcr.RepositoryException

testGetDouble

public void testGetDouble()
                   throws javax.jcr.RepositoryException
Tests failure from Path type to Double type.

Throws:
javax.jcr.RepositoryException

testGetLong

public void testGetLong()
                 throws javax.jcr.RepositoryException
Tests failure of conversion from Path type to Long type.

Throws:
javax.jcr.RepositoryException

testGetType

public void testGetType()
                 throws javax.jcr.RepositoryException
Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.

Throws:
javax.jcr.RepositoryException

testGetNode

public void testGetNode()
                 throws javax.jcr.RepositoryException
Since JCR 2.0 a path property can be dereferenced if it points to a Node. TODO: create several tests out of this one

Throws:
javax.jcr.RepositoryException

testGetProperty

public void testGetProperty()
                     throws javax.jcr.RepositoryException
Since JCR 2.0 a path property can be dereferenced if it points to a Property. TODO: create several tests out of this one

Throws:
javax.jcr.RepositoryException

setUp

protected void setUp()
              throws java.lang.Exception
Sets up the fixture for the tests.

Overrides:
setUp in class AbstractJCRTest
Throws:
java.lang.Exception

cleanUp

protected void cleanUp()
                throws java.lang.Exception
Overrides:
cleanUp in class AbstractJCRTest
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Releases the session aquired in setUp().

Overrides:
tearDown in class AbstractJCRTest
Throws:
java.lang.Exception


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.