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

Packages that use JCRTestBase
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 JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi
 

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi
 class AbstractAddItemTest
          Created by The eXo Platform SAS
 class AbstractGetItemNameTest
          Created by The eXo Platform SAS
 class AbstractGetItemTest
          Created by The eXo Platform SAS
 class AbstractItemsTest
          Created by The eXo Platform SAS
 class AbstractRootNodeTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.accessing
 class ItemGetAncestorTest
          Created by The eXo Platform SAS
 class RepositoryLoginTest
          Created by The eXo Platform SAS
 class SessionLogoutTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.item.read
 class ItemGetDepthTest
          Created by The eXo Platform SAS
 class ItemGetNameTest
          Created by The eXo Platform SAS
 class ItemGetParentTest
          Created by The eXo Platform SAS
 class ItemGetPathTest
          Created by The eXo Platform SAS
 class ItemIsSameTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.item.write
 class AbstractGetNoSavedItemsTest
          Created by The eXo Platform SAS
 class ItemRefreshFalseTest
          Created by The eXo Platform SAS
 class ItemRefreshTrueTest
          Created by The eXo Platform SAS
 class ItemRemoveTest
          Created by The eXo Platform SAS
 class ItemSaveTest
          Created by The eXo Platform SAS
 class VersiondParentRemoveTest
          Created by The eXo Platform SAS.
 class VersionedNodeRemoveTest
          Created by The eXo Platform SAS.
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.lock
 class NodeGetLockTest
          Created by The eXo Platform SAS
 class NodeHoldsLockTest
          Created by The eXo Platform SAS
 class NodeIsLockedTest
          Created by The eXo Platform SAS
 class NodeLockTest
          Created by The eXo Platform SAS
 class NodeUnlockTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.node.read
 class AbstractNodeTest
          Created by The eXo Platform SAS
 class NodeGetIndexTest
          Created by The eXo Platform SAS
 class NodeGetNodesByPatternTest
          Created by The eXo Platform SAS
 class NodeGetNodesTest
          Created by The eXo Platform SAS
 class NodeGetNodeTest
          Created by The eXo Platform SAS
 class NodeGetPrimaryItemTest
          Created by The eXo Platform SAS
 class NodeGetPropertiesByPatternTest
          Created by The eXo Platform SAS
 class NodeGetPropertiesTest
          Created by The eXo Platform SAS
 class NodeGetPropertyTest
          Created by The eXo Platform SAS
 class NodeGetReferencesTest
          Created by The eXo Platform SAS
 class NodeGetUUIDTest
          Created by The eXo Platform SAS
 class NodeHasNodesTest
          Created by The eXo Platform SAS
 class NodeHasNodeTest
          Created by The eXo Platform SAS
 class NodeHasPropertiesTest
          Created by The eXo Platform SAS
 class NodeHasPropertyTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.node.write
 class AbstractAddItemEmptyContentTest
          Created by The eXo Platform SAS
 class NodeAddMixinTest
          Created by The eXo Platform SAS
 class NodeAddNodeTest
          Created by The eXo Platform SAS
 class NodeOrderBeforeTest
          Created by The eXo Platform SAS
 class NodeRemoveMixinTest
          Created by The eXo Platform SAS
 class NodeSetBooleanPropertyTest
          Created by The eXo Platform SAS
 class NodeSetDatePropertyTest
          Created by The eXo Platform SAS
 class NodeSetDoublePropertyTest
          Created by The eXo Platform SAS
 class NodeSetLongPropertyTest
          Created by The eXo Platform SAS
 class NodeSetNodePropertyTest
          Created by The eXo Platform SAS
 class NodeSetStreamPropertyTest
          Created by The eXo Platform SAS
 class NodeSetStringArrayPropertyTest
          Created by The eXo Platform SAS
 class NodeSetStringArrayTypedPropertyTest
          Created by The eXo Platform SAS
 class NodeSetStringPropertyTest
          Created by The eXo Platform SAS
 class NodeSetStringTypedPropertyTest
          Created by The eXo Platform SAS
 class NodeSetValueArrayPropertyTest
          Created by The eXo Platform SAS
 class NodeSetValueArrayTypedPropertyTest
          Created by The eXo Platform SAS
 class NodeSetValuePropertyTest
          Created by The eXo Platform SAS
 class NodeSetValueTypedPropertyTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.property.read
 class PropertyGetBooleanTest
          Created by The eXo Platform SAS
 class PropertyGetDateTest
          Created by The eXo Platform SAS
 class PropertyGetDoubleTest
          Created by The eXo Platform SAS
 class PropertyGetLengthsTest
          Created by The eXo Platform SAS
 class PropertyGetLengthTest
          Created by The eXo Platform SAS
 class PropertyGetLongTest
          Created by The eXo Platform SAS
 class PropertyGetNodeTest
          Created by The eXo Platform SAS
 class PropertyGetStreamTest
          Created by The eXo Platform SAS
 class PropertyGetStringTest
          Created by The eXo Platform SAS
 class PropertyGetTypeTest
          Created by The eXo Platform SAS
 class PropertyGetValuesTest
          Created by The eXo Platform SAS
 class PropertyGetValueTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.property.write
 class PropertySetValueBooleanTest
          Created by The eXo Platform SAS
 class PropertySetValueCalendarTest
          Created by The eXo Platform SAS
 class PropertySetValueDoubleTest
          Created by The eXo Platform SAS
 class PropertySetValueInputStreamTest
          Created by The eXo Platform SAS
 class PropertySetValueLongTest
          Created by The eXo Platform SAS
 class PropertySetValueNodeTest
          Created by The eXo Platform SAS
 class PropertySetValueValueArrrayTest
          Created by The eXo Platform SAS
 class PropertySetValueValueTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.query
 class AbstractQueryTest
          Created by The eXo Platform SAS
 class QueryExecuteTest
          Created by The eXo Platform SAS
 class QueryManagerCreateQueryTest
          Created by The eXo Platform SAS Date: 28.03.2008
 class QueryManagerGetQueryTest
          Created by The eXo Platform SAS
 class QueryResultGetNodesTest
          Created by The eXo Platform SAS
 class QueryResultGetRowsTest
          Created by The eXo Platform SAS
 class QueryStoreAsNodeTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.session
 class AbstractGetSessionTest
          Created by The eXo Platform SAS
 class SessionGetItemTest
          Created by The eXo Platform SAS
 class SessionGetNodeByUUIDTest
          Created by The eXo Platform SAS
 class SessionGetRootNodeTest
          Created by The eXo Platform SAS
 class SessionItemExistsTest
          Created by The eXo Platform SAS
 class SessionMoveTest
          Created by The eXo Platform SAS
 class SessionRefreshFalseTest
          Created by The eXo Platform SAS
 class SessionSaveTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.version
 class AbstractGetVersionTest
          Created by The eXo Platform SAS
 class NodeCheckinTest
          Created by The eXo Platform SAS
 class NodeCheckoutTest
          Created by The eXo Platform SAS
 class NodeIsCheckedOutTest
          Created by The eXo Platform SAS
 class NodeMergeTest
          Created by The eXo Platform SAS
 class NodeRestoreTest
          Created by The eXo Platform SAS
 class NodeRestoreToRelPathTest
          Created by The eXo Platform SAS
 class VersionGetContainingHistoryTest
          Created by The eXo Platform SAS
 class VersionGetPredecessorsTest
          Created by The eXo Platform SAS
 class VersionGetSuccessorsTest
          Created by The eXo Platform SAS
 class VersionHistoryAddVersionLabelTest
          Created by The eXo Platform SAS
 class VersionHistoryGetVersionByLabelTest
          Created by The eXo Platform SAS
 class VersionHistoryGetVersionTest
          Created by The eXo Platform SAS
 class VersionHistoryHasVersionLabelTest
          Created by The eXo Platform SAS
 class VersionHistoryHasVersionVersionLabelTest
          Created by The eXo Platform SAS
 class VersionHistoryRemoveVersionLabelTest
          Created by The eXo Platform SAS
 class VersionHistoryRemoveVersionTest
          Created by The eXo Platform SAS
 class WorkspaceRestoreTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.workspace.write
 class AbstractItemsInDifferentWorkspacesTest
          Created by The eXo Platform SAS
 class WorkspaceCloneTest
          Created by The eXo Platform SAS
 class WorkspaceCopyFromAnotherWorkspaceTest
          Created by The eXo Platform SAS
 class WorkspaceCopyTest
          Created by The eXo Platform SAS
 class WorkspaceMoveTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.jcrapi.xml
 class AbstractContentCreatorForExportTest
          Created by The eXo Platform SAS
 class AbstractContentCreatorForImportTest
          Created by The eXo Platform SAS
 class AbstractGetObjectTest
          Created by The eXo Platform SAS
 class SessionExportDocumentViewContentHandlerTest
          Created by The eXo Platform SAS
 class SessionExportDocumentViewOutputStreamTest
          Created by The eXo Platform SAS
 class SessionExportSystemViewContentHandlerTest
          Created by The eXo Platform SAS
 class SessionExportSystemViewOutputStreamTest
          Created by The eXo Platform SAS
 class SessionGetImportContentHandlerTest
          Created by The eXo Platform SAS
 class SessionImportXMLTest
          Created by The eXo Platform SAS
 class WorkspaceGetImportContentHandlerTest
          Created by The eXo Platform SAS
 class WorkspaceImportXMLTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.organization
 class AbstractGroupTest
          Created by The eXo Platform SAS.
 class AbstractMembershipTest
          Created by The eXo Platform SAS.
 class AbstractMembershipTypeTest
          Created by The eXo Platform SAS.
 class AbstractOrganizationTest
          Created by The eXo Platform SAS.
 class AbstractUserProfileTest
          Created by The eXo Platform SAS.
 class AbstractUserTest
          Created by The eXo Platform SAS.
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.organization.group
 class AddChildTest
          Created by The eXo Platform SAS.
 class FindGroupByIdTest
          Created by The eXo Platform SAS.
 class FindGroupByMembershipTest
          Created by The eXo Platform SAS.
 class FindGroupsOfUserTest
          Created by The eXo Platform SAS.
 class FindGroupsTest
          Created by The eXo Platform SAS.
 class GetAllGroupsTest
          Created by The eXo Platform SAS.
 class RemoveGroupTest
          Created by The eXo Platform SAS.
 class SaveGroupTest
          Created by The eXo Platform SAS.
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.organization.membership
 class FindMembershipByUserGroupAndTypeTest
          Created by The eXo Platform SAS.
 class FindMembershipsByGroupTest
          Created by The eXo Platform SAS.
 class FindMembershipsByUserAndGroupTest
          Created by The eXo Platform SAS.
 class FindMembershipsByUserTest
          Created by The eXo Platform SAS.
 class FindMembershipTest
          Created by The eXo Platform SAS.
 class LinkMembershipTest
          Created by The eXo Platform SAS.
 class RemoveMembershipByUserTest
          Created by The eXo Platform SAS.
 class RemoveMembershipTest
          Created by The eXo Platform SAS.
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.organization.membershiptype
 class CreateMembershipTypeTest
          Created by The eXo Platform SAS.
 class FindMembershipTypesTest
          Created by The eXo Platform SAS.
 class FindMembershipTypeTest
          Created by The eXo Platform SAS.
 class RemoveMembershipTypeTest
          Created by The eXo Platform SAS.
 class SaveMembershipTypeTest
          Created by The eXo Platform SAS.
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.organization.usecases
 class CreateNewUserTest
          Created by The eXo Platform SAS.
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.organization.user
 class AuthenticateTest
          Created by The eXo Platform SAS.
 class CreateUserTest
          Created by The eXo Platform SAS.
 class FindUserByNameTest
          Created by The eXo Platform SAS.
 class FindUsersByGroupTest
          Created by The eXo Platform SAS.
 class FindUsersTest
          Created by The eXo Platform SAS.
 class GetUserPageListTest
          Created by The eXo Platform SAS.
 class RemoveUserTest
          Created by The eXo Platform SAS.
 class SaveUserTest
          Created by The eXo Platform SAS.
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.organization.userprofile
 class FindUserProfileByNameTest
          Created by The eXo Platform SAS.
 class FindUserProfilesTest
          Created by The eXo Platform SAS.
 class RemoveUserProfileTest
          Created by The eXo Platform SAS.
 class SaveUserProfileTest
          Created by The eXo Platform SAS.
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.registryservice
 class AbstractRegistryServiceTest
          Created by The eXo Platform SAS
It's abstract test for RegistryService testings.
 class CreateEntry
          Created by The eXo Platform SAS
 class GetEntry
          Created by The eXo Platform SAS
 class GetRegistry
          Created by The eXo Platform SAS
 class InitRegistryEntry
          Created by The eXo Platform SAS
 class RecreateEntry
          Created by The eXo Platform SAS
 class RemoveEntry
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.sessionregistry
 class AbstractSessionRegistryTest
          Created by The eXo Platform SAS.
 class GetSessionTest
          Created by The eXo Platform SAS.
 class IsInUseTest
          Created by The eXo Platform SAS.
 class RegisterSessionTest
          Created by The eXo Platform SAS.
 class UnregisterSessionTest
          Created by The eXo Platform SAS.
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.usecases
 class AbstractMoveUsecaseTest
          Created by The eXo Platform SAS.
 class AddNodeBulkSaveTest
          Created by The eXo Platform SAS .
 class AddNtFileWithMetadataTest
          Created by The eXo Platform SAS
 class AddNtFileWithMetadataTestCleanDBOracle
          Created by The eXo Platform SAS
 class GetNodesAndPropertiesTest
          Created by The eXo Platform SAS
 class MoveToDiffLocationsTest
          Created by The eXo Platform SAS.
 class MoveToSameLocationTest
          Created by The eXo Platform SAS.
 class NodeAddNodeWithPropertiesTest
          Created by The eXo Platform SAS
 class NodeCheckInNodeWithPropertiesTest
          Created by The eXo Platform SAS
 class NodeGetNodeWithPropertiesTest
          Created by The eXo Platform SAS
 class NodeGetSamePropertyTest
           
 class NodeMoveNodeWithPropertiesTest
          Created by The eXo Platform SAS
 class PropertyRemoveTest
           
 class RandomReadNtFileWithMetadataTest
          Created by The eXo Platform SAS
 class TraverseInnerFoldersTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.usecases.lock
 class EditLockedCommonDeepNodeTest
          Created by The eXo Platform SAS
 class EditLockedCommonNodeTest
          Created by The eXo Platform SAS
 class LockUnlockOwnNodeTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.usecases.query
 class SearchNodesByContentTest
          Created by The eXo Platform SAS
 class SearchNodesByPropertyTest
          Created by The eXo Platform SAS
 class SearchNodesByPropertyUsingLikeOperatorTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.usecases.versioning
 class CheckinCheckoutOwnNodeCleanDBOracleTest
          Created by The eXo Platform SAS
 class RestoreOwnNodeTest
          Created by The eXo Platform SAS
 

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

Subclasses of JCRTestBase in org.exoplatform.jcr.benchmark.usecases.xml
 class ExportOwnSubtreeDocViewTest
          Created by The eXo Platform SAS
 class ExportOwnSubtreeSysViewTest
          Created by The eXo Platform SAS
 class ImportOwnSubtreeDocViewCleanDBOracleTest
          Created by The eXo Platform SAS
 class ImportOwnSubtreeSysViewCleanDBOracleTest
          Created by The eXo Platform SAS
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.