org.exoplatform.jcr.benchmark.jcrapi.workspace.write
Class AbstractItemsInDifferentWorkspacesTest

java.lang.Object
  extended by org.exoplatform.jcr.benchmark.JCRTestBase
      extended by 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: AbstractItemsTest.java 12432 2008-03-27 15:25:10Z pnedonosko $
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
 
Constructor Summary
AbstractItemsInDifferentWorkspacesTest()
           
 
Method Summary
 void doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
protected abstract  void ws1CreateContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected abstract  void ws2CreateContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 
Methods inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
doRun
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AbstractItemsInDifferentWorkspacesTest

public AbstractItemsInDifferentWorkspacesTest()
Method Detail

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.