Uses of Class
org.exoplatform.jcr.benchmark.JCRTestContext

Packages that use JCRTestContext
org.exoplatform.jcr.benchmark   
org.exoplatform.jcr.benchmark.jcrapi   
org.exoplatform.jcr.benchmark.jcrapi.accessing   
org.exoplatform.jcr.benchmark.jcrapi.item.read   
org.exoplatform.jcr.benchmark.jcrapi.item.write   
org.exoplatform.jcr.benchmark.jcrapi.lock   
org.exoplatform.jcr.benchmark.jcrapi.node.read   
org.exoplatform.jcr.benchmark.jcrapi.node.write   
org.exoplatform.jcr.benchmark.jcrapi.property.read   
org.exoplatform.jcr.benchmark.jcrapi.property.write   
org.exoplatform.jcr.benchmark.jcrapi.query   
org.exoplatform.jcr.benchmark.jcrapi.session   
org.exoplatform.jcr.benchmark.jcrapi.version   
org.exoplatform.jcr.benchmark.jcrapi.workspace.write   
org.exoplatform.jcr.benchmark.jcrapi.xml   
org.exoplatform.jcr.benchmark.organization   
org.exoplatform.jcr.benchmark.organization.group   
org.exoplatform.jcr.benchmark.organization.membership   
org.exoplatform.jcr.benchmark.organization.membershiptype   
org.exoplatform.jcr.benchmark.organization.usecases   
org.exoplatform.jcr.benchmark.organization.user   
org.exoplatform.jcr.benchmark.organization.userprofile   
org.exoplatform.jcr.benchmark.registryservice   
org.exoplatform.jcr.benchmark.sessionregistry   
org.exoplatform.jcr.benchmark.usecases   
org.exoplatform.jcr.benchmark.usecases.lock   
org.exoplatform.jcr.benchmark.usecases.query   
org.exoplatform.jcr.benchmark.usecases.versioning   
org.exoplatform.jcr.benchmark.usecases.xml   
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark
 

Fields in org.exoplatform.jcr.benchmark declared as JCRTestContext
protected  JCRTestContext JCRDriver.context
           
 

Methods in org.exoplatform.jcr.benchmark with parameters of type JCRTestContext
 void JCRTestBase.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void JCRTestBase.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
abstract  void JCRTestBase.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi
 

Methods in org.exoplatform.jcr.benchmark.jcrapi with parameters of type JCRTestContext
protected abstract  void AbstractItemsTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected abstract  void AbstractAddItemTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractRootNodeTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractItemsTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGetItemTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGetItemNameTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractAddItemTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractRootNodeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractItemsTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractAddItemTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.accessing
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.accessing with parameters of type JCRTestContext
 void RepositoryLoginTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionLogoutTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RepositoryLoginTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemGetAncestorTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.item.read
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.item.read with parameters of type JCRTestContext
 void ItemIsSameTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemIsSameTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemGetPathTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemGetParentTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemGetNameTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemGetDepthTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemGetAncestorTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.item.write
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.item.write with parameters of type JCRTestContext
protected  void VersionedNodeRemoveTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void VersiondParentRemoveTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void ItemRemoveTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGetNoSavedItemsTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGetNoSavedItemsTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionedNodeRemoveTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersiondParentRemoveTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemSaveTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemRemoveTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemRefreshTrueTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ItemRefreshFalseTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.lock
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.lock with parameters of type JCRTestContext
protected  void NodeUnlockTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeLockTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeIsLockedTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeHoldsLockTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeGetLockTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeUnlockTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeLockTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeIsLockedTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeHoldsLockTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetLockTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.node.read
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.node.read with parameters of type JCRTestContext
 void AbstractNodeTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetPrimaryItemTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractNodeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeHasPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeHasPropertiesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeHasNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeHasNodesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetUUIDTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetReferencesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetPropertiesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetPropertiesByPatternTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetPrimaryItemTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetNodesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetNodesByPatternTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetIndexTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.node.write
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.node.write with parameters of type JCRTestContext
protected  void NodeSetValueTypedPropertyTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeSetValuePropertyTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeSetValueArrayPropertyTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeSetNodePropertyTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeRemoveMixinTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeOrderBeforeTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeAddMixinTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void AbstractAddItemEmptyContentTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetValueTypedPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetValuePropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetValueArrayTypedPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetValueArrayPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetStringTypedPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetStringPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetStringArrayTypedPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetStringArrayPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetStreamPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetNodePropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetLongPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetDoublePropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetDatePropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeSetBooleanPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeRemoveMixinTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeOrderBeforeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeAddNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeAddMixinTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.property.read
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.property.read with parameters of type JCRTestContext
 void PropertyGetValueTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetValuesTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetTypeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetStringTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetStreamTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetNodeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetLongTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetLengthTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetLengthsTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetDoubleTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetDateTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetBooleanTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetValueTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetValuesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetTypeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetStringTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetStreamTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetLongTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetLengthTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetLengthsTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetDoubleTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetDateTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyGetBooleanTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.property.write
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.property.write with parameters of type JCRTestContext
protected  void PropertySetValueValueTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void PropertySetValueValueArrrayTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void PropertySetValueNodeTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void PropertySetValueLongTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void PropertySetValueInputStreamTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void PropertySetValueDoubleTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void PropertySetValueCalendarTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void PropertySetValueBooleanTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertySetValueValueTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertySetValueValueArrrayTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertySetValueNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertySetValueLongTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertySetValueInputStreamTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertySetValueDoubleTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertySetValueCalendarTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertySetValueBooleanTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.query
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.query with parameters of type JCRTestContext
 void AbstractQueryTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryStoreAsNodeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryResultGetRowsTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryResultGetNodesTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryManagerGetQueryTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryExecuteTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractQueryTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryStoreAsNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryResultGetRowsTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryResultGetNodesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryManagerGetQueryTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryManagerCreateQueryTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void QueryExecuteTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.session
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.session with parameters of type JCRTestContext
protected  void SessionMoveTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGetSessionTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionItemExistsTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionGetNodeByUUIDTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionGetItemTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGetSessionTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionSaveTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionRefreshFalseTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionMoveTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionItemExistsTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionGetRootNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionGetNodeByUUIDTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionGetItemTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.version
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.version with parameters of type JCRTestContext
protected  void WorkspaceRestoreTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
          See JSR-170 for details 8.2.8 Restoring a Group of Versions
protected  void VersionHistoryRemoveVersionTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void VersionHistoryRemoveVersionLabelTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void VersionHistoryAddVersionLabelTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeRestoreToRelPathTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeRestoreTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeMergeTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeIsCheckedOutTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeCheckoutTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeCheckinTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeMergeTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGetVersionTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionHistoryHasVersionVersionLabelTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGetVersionTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void WorkspaceRestoreTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionHistoryRemoveVersionTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionHistoryRemoveVersionLabelTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionHistoryHasVersionVersionLabelTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionHistoryHasVersionLabelTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionHistoryGetVersionTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionHistoryGetVersionByLabelTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionHistoryAddVersionLabelTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionGetSuccessorsTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionGetPredecessorsTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void VersionGetContainingHistoryTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeRestoreToRelPathTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeRestoreTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeMergeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeIsCheckedOutTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeCheckoutTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeCheckinTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.workspace.write
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.workspace.write with parameters of type JCRTestContext
protected  void WorkspaceMoveTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void WorkspaceCopyTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractItemsInDifferentWorkspacesTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractItemsInDifferentWorkspacesTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void WorkspaceMoveTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void WorkspaceCopyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void WorkspaceCopyFromAnotherWorkspaceTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void WorkspaceCloneTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void WorkspaceCopyFromAnotherWorkspaceTest.ws1CreateContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void WorkspaceCloneTest.ws1CreateContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected abstract  void AbstractItemsInDifferentWorkspacesTest.ws1CreateContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void WorkspaceCopyFromAnotherWorkspaceTest.ws2CreateContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void WorkspaceCloneTest.ws2CreateContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected abstract  void AbstractItemsInDifferentWorkspacesTest.ws2CreateContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.jcrapi.xml
 

Methods in org.exoplatform.jcr.benchmark.jcrapi.xml with parameters of type JCRTestContext
protected  void WorkspaceGetImportContentHandlerTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void SessionGetImportContentHandlerTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void AbstractContentCreatorForImportTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void AbstractContentCreatorForExportTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGetObjectTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void WorkspaceImportXMLTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void WorkspaceGetImportContentHandlerTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionImportXMLTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionGetImportContentHandlerTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionExportSystemViewOutputStreamTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionExportSystemViewContentHandlerTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionExportDocumentViewOutputStreamTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SessionExportDocumentViewContentHandlerTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.organization
 

Methods in org.exoplatform.jcr.benchmark.organization with parameters of type JCRTestContext
 void AbstractUserTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractUserProfileTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractMembershipTypeTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractMembershipTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGroupTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractUserTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractUserProfileTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractOrganizationTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractMembershipTypeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractMembershipTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractGroupTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.organization.group
 

Methods in org.exoplatform.jcr.benchmark.organization.group with parameters of type JCRTestContext
 void SaveGroupTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveGroupTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void GetAllGroupsTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindGroupsTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindGroupsOfUserTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindGroupByMembershipTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindGroupByIdTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SaveGroupTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveGroupTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void GetAllGroupsTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindGroupsTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindGroupsOfUserTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindGroupByMembershipTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindGroupByIdTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AddChildTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.organization.membership
 

Methods in org.exoplatform.jcr.benchmark.organization.membership with parameters of type JCRTestContext
 void RemoveMembershipTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveMembershipByUserTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void LinkMembershipTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipsByUserTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipsByUserAndGroupTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipsByGroupTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipByUserGroupAndTypeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveMembershipTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveMembershipByUserTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void LinkMembershipTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipsByUserTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipsByUserAndGroupTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipsByGroupTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipByUserGroupAndTypeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.organization.membershiptype
 

Methods in org.exoplatform.jcr.benchmark.organization.membershiptype with parameters of type JCRTestContext
 void SaveMembershipTypeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveMembershipTypeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipTypeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipTypesTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SaveMembershipTypeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveMembershipTypeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipTypeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindMembershipTypesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void CreateMembershipTypeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.organization.usecases
 

Methods in org.exoplatform.jcr.benchmark.organization.usecases with parameters of type JCRTestContext
 void CreateNewUserTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void CreateNewUserTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void CreateNewUserTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.organization.user
 

Methods in org.exoplatform.jcr.benchmark.organization.user with parameters of type JCRTestContext
 void SaveUserTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveUserTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void GetUserPageListTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindUsersByGroupTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindUserByNameTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AuthenticateTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SaveUserTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveUserTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void GetUserPageListTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindUsersTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindUsersByGroupTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindUserByNameTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void CreateUserTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AuthenticateTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.organization.userprofile
 

Methods in org.exoplatform.jcr.benchmark.organization.userprofile with parameters of type JCRTestContext
 void SaveUserProfileTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveUserProfileTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindUserProfilesTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindUserProfileByNameTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SaveUserProfileTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveUserProfileTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindUserProfilesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void FindUserProfileByNameTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.registryservice
 

Methods in org.exoplatform.jcr.benchmark.registryservice with parameters of type JCRTestContext
protected  void InitRegistryEntry.createContent(com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void GetRegistry.createContent(com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void CreateEntry.createContent(com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void AbstractRegistryServiceTest.createContent(com.sun.japex.TestCase tc, JCRTestContext context)
          Creates content in registry on doPrepare() phase.
 void AbstractRegistryServiceTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractRegistryServiceTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RemoveEntry.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RecreateEntry.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void InitRegistryEntry.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void GetRegistry.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void GetEntry.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void CreateEntry.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.sessionregistry
 

Methods in org.exoplatform.jcr.benchmark.sessionregistry with parameters of type JCRTestContext
 void AbstractSessionRegistryTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractSessionRegistryTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void UnregisterSessionTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RegisterSessionTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void IsInUseTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void GetSessionTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.usecases
 

Methods in org.exoplatform.jcr.benchmark.usecases with parameters of type JCRTestContext
protected  void PropertyRemoveTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
          
protected  void NodeMoveNodeWithPropertiesTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeGetNodeWithPropertiesTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  void NodeCheckInNodeWithPropertiesTest.createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 void TraverseInnerFoldersTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RandomReadNtFileWithMetadataTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeMoveNodeWithPropertiesTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetSamePropertyTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
          
 void NodeAddNodeWithPropertiesTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void GetNodesAndPropertiesTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AddNtFileWithMetadataTestCleanDBOracle.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AddNtFileWithMetadataTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AddNodeBulkSaveTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractMoveUsecaseTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void TraverseInnerFoldersTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RandomReadNtFileWithMetadataTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeMoveNodeWithPropertiesTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetSamePropertyTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
          
 void NodeGetNodeWithPropertiesTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeCheckInNodeWithPropertiesTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeAddNodeWithPropertiesTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AddNtFileWithMetadataTestCleanDBOracle.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AddNtFileWithMetadataTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AbstractMoveUsecaseTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void TraverseInnerFoldersTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RandomReadNtFileWithMetadataTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void PropertyRemoveTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
          
 void NodeMoveNodeWithPropertiesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeGetSamePropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
          
 void NodeGetNodeWithPropertiesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeCheckInNodeWithPropertiesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void NodeAddNodeWithPropertiesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void MoveToSameLocationTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void MoveToDiffLocationsTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void GetNodesAndPropertiesTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AddNtFileWithMetadataTestCleanDBOracle.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AddNtFileWithMetadataTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void AddNodeBulkSaveTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.usecases.lock
 

Methods in org.exoplatform.jcr.benchmark.usecases.lock with parameters of type JCRTestContext
 void LockUnlockOwnNodeTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void EditLockedCommonNodeTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void EditLockedCommonDeepNodeTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void LockUnlockOwnNodeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void EditLockedCommonNodeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void EditLockedCommonDeepNodeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void LockUnlockOwnNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void EditLockedCommonNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void EditLockedCommonDeepNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.usecases.query
 

Methods in org.exoplatform.jcr.benchmark.usecases.query with parameters of type JCRTestContext
 void SearchNodesByPropertyUsingLikeOperatorTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SearchNodesByPropertyTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void SearchNodesByContentTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.usecases.versioning
 

Methods in org.exoplatform.jcr.benchmark.usecases.versioning with parameters of type JCRTestContext
 void RestoreOwnNodeTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void CheckinCheckoutOwnNodeCleanDBOracleTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RestoreOwnNodeTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void CheckinCheckoutOwnNodeCleanDBOracleTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void RestoreOwnNodeTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void CheckinCheckoutOwnNodeCleanDBOracleTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 

Uses of JCRTestContext in org.exoplatform.jcr.benchmark.usecases.xml
 

Methods in org.exoplatform.jcr.benchmark.usecases.xml with parameters of type JCRTestContext
 void ImportOwnSubtreeSysViewCleanDBOracleTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ImportOwnSubtreeDocViewCleanDBOracleTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ExportOwnSubtreeSysViewTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ExportOwnSubtreeDocViewTest.doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ImportOwnSubtreeSysViewCleanDBOracleTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ImportOwnSubtreeDocViewCleanDBOracleTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ExportOwnSubtreeSysViewTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ExportOwnSubtreeDocViewTest.doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ImportOwnSubtreeSysViewCleanDBOracleTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ImportOwnSubtreeDocViewCleanDBOracleTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ExportOwnSubtreeSysViewTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void ExportOwnSubtreeDocViewTest.doRun(com.sun.japex.TestCase tc, JCRTestContext context)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.