public class SetValueValueFormatExceptionTest extends AbstractJCRTest
SetValueValueFormatExceptionTest tests if Property.setValue() throws
a ValueFormatException if a best-effort conversion fails.
The ValueFormatException has to be thrown immediately (not on save).isReadOnly, jcrBaseVersion, jcrCopiedFrom, jcrCreated, jcrFrozenNode, jcrFrozenUuid, jcrIsCheckedOut, jcrlockIsDeep, jcrLockOwner, jcrMergeFailed, jcrMixinTypes, jcrPredecessors, jcrPrimaryType, jcrRootVersion, jcrSuccessors, jcrSystem, jcrUUID, jcrVersionHistory, mixLockable, mixReferenceable, mixShareable, mixSimpleVersionable, mixTitle, 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, testNodeTypeTestRoot, testPath, testRoot, testRootNode, vf, workspaceName| Constructor and Description |
|---|
SetValueValueFormatExceptionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testBoolean()
Tests if setValue(boolean) throws a ValueFormatException immediately (not
on save) if a conversion fails.
|
void |
testCalendar()
Tests if setValue(Calendar) throws a ValueFormatException immediately (not
on save) if a conversion fails.
|
void |
testDouble()
Tests if setValue(double) throws a ValueFormatException immediately (not
on save) if a conversion fails.
|
void |
testInputStream()
Tests if setValue(InputStream) throws a ValueFormatException immediately (not
on save) if a conversion fails.
|
void |
testLong()
Tests if setValue(long) throws a ValueFormatException immediately (not
on save) if a conversion fails.
|
void |
testNode()
Tests if setValue(Node) throws a ValueFormatException immediately (not
on save) if the property is not of type REFERENCE.
|
void |
testNodeNotReferenceable()
Tests if setValue(Node) throws a ValueFormatException immediately (not
on save) if the specified node is not referencable.
|
void |
testString()
Tests if setValue(String) throws a ValueFormatException immediately (not
on save) if a conversion fails.
|
void |
testStringArray()
Tests if setValue(String[]) throws a ValueFormatException immediately (not
on save) if a conversion fails.
|
void |
testValue()
Tests if setValue(Value) throws a ValueFormatException immediately (not
on save) if a conversion fails.
|
void |
testValueArray()
Tests if setValue(Value[]) throws a ValueFormatException immediately (not
on save) if a conversion fails.
|
checkSupportedOption, cleanUp, cleanUpTestRoot, createRandomString, ensureCanSetProperty, ensureCanSetProperty, ensureCanSetProperty, ensureKnowsNodeType, ensureLockingSupported, ensureMixinType, ensureMultipleWorkspacesSupported, getHelper, getJcrValue, getLocalName, getNonExistingWorkspaceName, getPrefix, getProperty, getProperty, getQualifiedName, getSize, isSupported, needsMixin, run, setUp, tearDownassertEquals, 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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, runBare, runTest, setName, toStringpublic void testValue()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionpublic void testValueArray()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionpublic void testString()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionpublic void testStringArray()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionpublic void testInputStream()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionpublic void testLong()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionpublic void testDouble()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionpublic void testCalendar()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionpublic void testBoolean()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionpublic void testNode()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionpublic void testNodeNotReferenceable()
throws NotExecutableException,
javax.jcr.RepositoryException
NotExecutableExceptionjavax.jcr.RepositoryExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.