org.exoplatform.jcr.benchmark.organization
Class AbstractOrganizationTest

java.lang.Object
  extended by org.exoplatform.jcr.benchmark.JCRTestBase
      extended by org.exoplatform.jcr.benchmark.organization.AbstractOrganizationTest
Direct Known Subclasses:
AbstractGroupTest, AbstractMembershipTest, AbstractMembershipTypeTest, AbstractUserProfileTest, AbstractUserTest, CreateNewUserTest

public abstract class AbstractOrganizationTest
extends JCRTestBase

Created by The eXo Platform SAS.

Version:
$Id: AbstractOrganizationTest.java 35176 2009-08-07 13:54:59Z pnedonosko $
Author:
Anatoliy Bazko

Field Summary
protected  org.exoplatform.container.StandaloneContainer container
           
protected  org.exoplatform.services.organization.GroupHandler gHandler
           
protected  org.exoplatform.services.organization.MembershipHandler mHandler
           
protected  org.exoplatform.services.organization.MembershipTypeHandler mtHandler
           
protected  org.exoplatform.services.organization.OrganizationService organizationService
           
protected  org.exoplatform.services.organization.UserHandler uHandler
           
protected  org.exoplatform.services.organization.UserProfileHandler upHandler
           
 
Fields inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
log
 
Constructor Summary
AbstractOrganizationTest()
           
 
Method Summary
 void doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 
Methods inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
doFinish, doRun
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

container

protected org.exoplatform.container.StandaloneContainer container

organizationService

protected org.exoplatform.services.organization.OrganizationService organizationService

gHandler

protected org.exoplatform.services.organization.GroupHandler gHandler

mtHandler

protected org.exoplatform.services.organization.MembershipTypeHandler mtHandler

mHandler

protected org.exoplatform.services.organization.MembershipHandler mHandler

uHandler

protected org.exoplatform.services.organization.UserHandler uHandler

upHandler

protected org.exoplatform.services.organization.UserProfileHandler upHandler
Constructor Detail

AbstractOrganizationTest

public AbstractOrganizationTest()
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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.