org.apache.jackrabbit.test.api
Class BooleanPropertyTest

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.BooleanPropertyTest
All Implemented Interfaces:
junit.framework.Test

public class BooleanPropertyTest
extends AbstractJCRTest

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


Field Summary
protected  boolean multiple
          true if the property is multi valued
protected  Property prop
           
protected  Session session
          A read only session
protected static 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
BooleanPropertyTest()
           
 
Method Summary
protected  void cleanUp()
           
protected  Boolean getPropertyIsMultivalued()
          Returns "does not matter" (null).
protected  int getPropertyType()
          Returns PropertyType.BOOLEAN.
protected  void setUp()
          Sets up the fixture for the tests.
protected  void tearDown()
          Releases the session aquired in setUp().
 void testGetDate()
          Tests failure of conversion from Boolean type to Date type.
 void testGetDouble()
          Tests failure from Boolean type to Double type.
 void testGetLength()
          Tests the Property.getLength() method.
 void testGetLengths()
          Tests the Property.getLengths() method.
 void testGetLong()
          Tests failure of conversion from Boolean type to Long type.
 void testGetNode()
          Tests failure of conversion from Boolean type to Reference or Path type.
 void testGetProperty()
          Tests failure of conversion from Boolean type to Path type.
 void testGetStream()
          Tests conversion from Boolean type to Binary type.
 void testGetString()
          Tests the conversion from a Boolean to a String Value.
 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.getBoolean() delivers the same as Value.getBoolean() and that in case of a multivalue property Property.getBoolean() throws a ValueFormatException.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UTF8

protected static String UTF8
String encoding in a stream


session

protected Session session
A read only session


prop

protected Property prop

multiple

protected boolean multiple
true if the property is multi valued

Constructor Detail

BooleanPropertyTest

public BooleanPropertyTest()
Method Detail

getPropertyType

protected int getPropertyType()
Returns PropertyType.BOOLEAN.

Returns:
PropertyType.BOOLEAN.

getPropertyIsMultivalued

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

Returns:
null.

testValue

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

Throws:
RepositoryException

testGetDate

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

Throws:
RepositoryException

testGetDouble

public void testGetDouble()
                   throws RepositoryException
Tests failure from Boolean type to Double type.

Throws:
RepositoryException

testGetLong

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

Throws:
RepositoryException

testGetStream

public void testGetStream()
                   throws RepositoryException,
                          IOException
Tests conversion from Boolean type to Binary type.

Throws:
RepositoryException
IOException

testGetString

public void testGetString()
                   throws RepositoryException
Tests the conversion from a Boolean to a String Value.

Throws:
RepositoryException

testGetType

public void testGetType()
                 throws 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:
RepositoryException

testGetNode

public void testGetNode()
                 throws RepositoryException
Tests failure of conversion from Boolean type to Reference or Path type.

Throws:
RepositoryException

testGetProperty

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

Throws:
RepositoryException

testGetLength

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

Throws:
RepositoryException

testGetLengths

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

Throws:
RepositoryException

setUp

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

Overrides:
setUp in class AbstractJCRTest
Throws:
Exception

cleanUp

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

tearDown

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

Overrides:
tearDown in class AbstractJCRTest
Throws:
Exception


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