org.apache.jackrabbit.test.api
Class DatePropertyTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.jackrabbit.test.JUnitTest
              extended byorg.apache.jackrabbit.test.AbstractJCRTest
                  extended byorg.apache.jackrabbit.test.api.AbstractPropertyTest
                      extended byorg.apache.jackrabbit.test.api.DatePropertyTest
All Implemented Interfaces:
junit.framework.Test

public class DatePropertyTest
extends org.apache.jackrabbit.test.api.AbstractPropertyTest

Tests a date property. If the workspace does not contain a node with a date 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
helper, isReadOnly, jcrBaseVersion, jcrCreated, jcrFrozenNode, jcrlockIsDeep, jcrLockOwner, jcrMergeFailed, jcrMixinTypes, jcrPredecessors, jcrPrimaryType, jcrRootVersion, jcrSuccessors, jcrSystem, jcrUUID, jcrVersionHistory, mixLockable, mixReferenceable, mixVersionable, nodeName1, nodeName2, nodeName3, nodeName4, NS_JCR_URI, NS_MIX_URI, NS_NT_URI, NS_SV_URI, ntBase, ntFrozenNode, ntQuery, ntVersion, ntVersionHistory, ntVersionLabels, propertyName1, propertyName2, superuser, testNodeType, testPath, testRoot, testRootNode, workspaceName
 
Fields inherited from class org.apache.jackrabbit.test.JUnitTest
log
 
Constructor Summary
DatePropertyTest()
           
 
Method Summary
protected  int getPropertyType()
          Returns PropertyType.DATE.
protected  void setUp()
          Sets up the fixture for the tests.
protected  void tearDown()
          Releases the session aquired in AbstractPropertyTest.setUp().
 void testAsReference()
          Tests failure of conversion from Date type to Reference type.
 void testGetBoolean()
          Tests failure of conversion from Date type to Boolean type.
 void testGetDouble()
          Tests conversion from Date type to Double type.
 void testGetLength()
          Tests the Property.getLength() method.
 void testGetLengths()
          Tests the Property.getLengths() method.
 void testGetLong()
          Tests conversion from Date type to Long type.
 void testGetStream()
          Tests conversion from Date type to Binary type.
 void testGetString()
          Tests if a calendar is returned and if the conversion to a 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.
 void testValue()
          Tests that Property.getDate() delivers the same as Value.getDate() and that in case of a multivalue property a ValueFormatException is thrown.
 
Methods inherited from class org.apache.jackrabbit.test.AbstractJCRTest
createRandomString, getNonExistingWorkspaceName, getProperty, getSize, 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
 
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

DatePropertyTest

public DatePropertyTest()
Method Detail

getPropertyType

protected int getPropertyType()
Returns PropertyType.DATE.

Returns:
PropertyType.DATE.

testValue

public void testValue()
               throws javax.jcr.RepositoryException
Tests that Property.getDate() delivers the same as Value.getDate() and that in case of a multivalue property a ValueFormatException is thrown.

Throws:
javax.jcr.RepositoryException

testGetString

public void testGetString()
                   throws javax.jcr.RepositoryException
Tests if a calendar is returned and if the conversion to a string has correct format.

Throws:
javax.jcr.RepositoryException

testGetBoolean

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

Throws:
javax.jcr.RepositoryException

testGetDouble

public void testGetDouble()
                   throws javax.jcr.RepositoryException
Tests conversion from Date type to Double type.

Throws:
javax.jcr.RepositoryException

testGetLong

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

Throws:
javax.jcr.RepositoryException

testGetStream

public void testGetStream()
                   throws javax.jcr.RepositoryException,
                          java.io.IOException
Tests conversion from Date type to Binary type.

Throws:
javax.jcr.RepositoryException
java.io.IOException

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

testAsReference

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

Throws:
javax.jcr.RepositoryException

testGetLength

public void testGetLength()
                   throws javax.jcr.RepositoryException
Tests the Property.getLength() method. The length returned is either -1 or it is the length of the string received by conversion.

Throws:
javax.jcr.RepositoryException

testGetLengths

public void testGetLengths()
                    throws javax.jcr.RepositoryException
Tests the Property.getLengths() method. The returned values are either -1 or the lengths of the according conversions to strings.

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

tearDown

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

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


Copyright © -2005 . All Rights Reserved.