org.alfresco.cmis.mapping
Class BaseCMISTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.alfresco.cmis.mapping.BaseCMISTest
- All Implemented Interfaces:
- junit.framework.Test
- Direct Known Subclasses:
- CMISAccessControlServiceTest, CMISDictionaryTest, CMISPropertyServiceTest, CMISRenditionServiceTest, QueryTest
public abstract class BaseCMISTest
- extends junit.framework.TestCase
Base CMIS test
Basic TX control and authentication
Method Summary |
protected void |
runAs(java.lang.String userName)
|
void |
setUp()
|
protected void |
tearDown()
|
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cmisMapping
protected CMISMapping cmisMapping
cmisService
protected CMISServices cmisService
cmisDictionaryService
protected CMISDictionaryService cmisDictionaryService
cmisRenditionService
protected CMISRenditionService cmisRenditionService
cmisAccessControlService
protected CMISAccessControlService cmisAccessControlService
dictionaryService
protected org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
transactionService
protected TransactionService transactionService
authenticationComponent
protected AuthenticationComponent authenticationComponent
testTX
protected javax.transaction.UserTransaction testTX
nodeService
protected org.alfresco.service.cmr.repository.NodeService nodeService
rootNodeRef
protected org.alfresco.service.cmr.repository.NodeRef rootNodeRef
fileFolderService
protected FileFolderService fileFolderService
serviceRegistry
protected ServiceRegistry serviceRegistry
namespaceService
protected org.alfresco.service.namespace.NamespaceService namespaceService
cmisQueryService
protected CMISQueryService cmisQueryService
searchService
protected org.alfresco.service.cmr.search.SearchService searchService
contentService
protected ContentService contentService
permissionService
protected org.alfresco.service.cmr.security.PermissionService permissionService
thumbnailService
protected ThumbnailService thumbnailService
permissionModelDao
protected ModelDAO permissionModelDao
dictionaryDAO
protected org.alfresco.repo.dictionary.DictionaryDAO dictionaryDAO
namespaceDao
protected org.alfresco.repo.dictionary.NamespaceDAOImpl namespaceDao
versionService
protected VersionService versionService
BaseCMISTest
public BaseCMISTest()
setUp
public void setUp()
throws java.lang.Exception
- Overrides:
setUp
in class junit.framework.TestCase
- Throws:
java.lang.Exception
runAs
protected void runAs(java.lang.String userName)
tearDown
protected void tearDown()
throws java.lang.Exception
- Overrides:
tearDown
in class junit.framework.TestCase
- Throws:
java.lang.Exception
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.