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, ntActivity, 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, tearDown
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, runBare, runTest, setName, toString
public void testValue() throws NotExecutableException, RepositoryException
public void testValueArray() throws NotExecutableException, RepositoryException
public void testString() throws NotExecutableException, RepositoryException
public void testStringArray() throws NotExecutableException, RepositoryException
public void testInputStream() throws NotExecutableException, RepositoryException
public void testLong() throws NotExecutableException, RepositoryException
public void testDouble() throws NotExecutableException, RepositoryException
public void testCalendar() throws NotExecutableException, RepositoryException
public void testBoolean() throws NotExecutableException, RepositoryException
public void testNode() throws NotExecutableException, RepositoryException
public void testNodeNotReferenceable() throws NotExecutableException, RepositoryException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.