org.exoplatform.jcr.benchmark.jcrapi.workspace.write
Class AbstractItemsInDifferentWorkspacesTest
java.lang.Object
org.exoplatform.jcr.benchmark.JCRTestBase
org.exoplatform.jcr.benchmark.jcrapi.workspace.write.AbstractItemsInDifferentWorkspacesTest
- Direct Known Subclasses:
- WorkspaceCloneTest, WorkspaceCopyFromAnotherWorkspaceTest
public abstract class AbstractItemsInDifferentWorkspacesTest
- extends JCRTestBase
Created by The eXo Platform SAS
- Version:
- $Id: AbstractItemsInDifferentWorkspacesTest.java 35531 2009-08-14 09:34:08Z NZamosenchuk $
- Author:
- Peter Nedonosko
|
Field Summary |
protected java.lang.String |
WS1
|
protected javax.jcr.Node |
ws1RootNode
|
protected java.lang.String |
WS2
|
protected javax.jcr.Node |
ws2RootNode
|
| Fields inherited from class org.exoplatform.jcr.benchmark.JCRTestBase |
log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ws1RootNode
protected javax.jcr.Node ws1RootNode
ws2RootNode
protected javax.jcr.Node ws2RootNode
WS1
protected final java.lang.String WS1
- See Also:
- Constant Field Values
WS2
protected final java.lang.String WS2
- See Also:
- Constant Field Values
AbstractItemsInDifferentWorkspacesTest
public AbstractItemsInDifferentWorkspacesTest()
doPrepare
public void doPrepare(com.sun.japex.TestCase tc,
JCRTestContext context)
throws java.lang.Exception
- Overrides:
doPrepare in class JCRTestBase
- Throws:
java.lang.Exception
ws1CreateContent
protected abstract void ws1CreateContent(javax.jcr.Node parent,
com.sun.japex.TestCase tc,
JCRTestContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
ws2CreateContent
protected abstract void ws2CreateContent(javax.jcr.Node parent,
com.sun.japex.TestCase tc,
JCRTestContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
doFinish
public void doFinish(com.sun.japex.TestCase tc,
JCRTestContext context)
throws java.lang.Exception
- Overrides:
doFinish in class JCRTestBase
- Throws:
java.lang.Exception
Copyright © 2010 eXo Platform SAS. All Rights Reserved.