public class NodeAddMixinTest extends AbstractJCRTest
NodeAddMixinTest
contains the test cases for the method
Node.AddMixin(String)
.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 |
---|
NodeAddMixinTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAddInheritedMixin()
Test if adding an inherited mixin type has no effect.
|
void |
testAddMixinReferencable()
Tests if adding mix:referenceable automatically populates the jcr:uuid
value.
|
void |
testAddMixinTwice()
Test if adding the same mixin twice works as expected.
|
void |
testAddNonExisting()
Tests if
Node.addMixin(String mixinName) throws a
NoSuchNodeTypeException if mixinName is not the
name of an existing mixin node type |
void |
testAddSuccessfully()
Tests if
Node.addMixin(String mixinName) adds the requested
mixin and stores it in property jcr:mixinTypes |
void |
testCheckedIn()
Tests if
Node.addMixin(String mixinName) throws a
VersionException if Node is checked-in. |
void |
testLocked()
Tests if
Node.addMixin(String mixinName) throws a
LockException if Node is locked |
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 testAddSuccessfully() throws NotExecutableException, RepositoryException
Node.addMixin(String mixinName)
adds the requested
mixin and stores it in property jcr:mixinTypes
public void testAddNonExisting() throws RepositoryException
Node.addMixin(String mixinName)
throws a
NoSuchNodeTypeException
if mixinName
is not the
name of an existing mixin node typeRepositoryException
public void testAddMixinTwice() throws RepositoryException, NotExecutableException
RepositoryException
NotExecutableException
public void testAddInheritedMixin() throws RepositoryException, NotExecutableException
RepositoryException
NotExecutableException
public void testLocked() throws NotExecutableException, RepositoryException
Node.addMixin(String mixinName)
throws a
LockException
if Node
is locked
The test creates a node nodeName1
of type
testNodeType
under testRoot
and locks the node
with the superuser session. Then the test tries to add a mixin to
nodeName1
with the readWrite Session
.
public void testCheckedIn() throws NotExecutableException, RepositoryException
Node.addMixin(String mixinName)
throws a
VersionException
if Node
is checked-in.
The test creates a node nodeName1
of type
testNodeType
under testRoot
and checks it in.
Then the test tries to add a mixin to nodeName1
.
public void testAddMixinReferencable() throws NotExecutableException, RepositoryException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.