org.alfresco.repo.bulkimport.impl
Class BulkImportTest

java.lang.Object
  extended by org.alfresco.repo.bulkimport.impl.AbstractBulkImportTests
      extended by org.alfresco.repo.bulkimport.impl.BulkImportTest

public class BulkImportTest
extends AbstractBulkImportTests

Since:
4.0

Nested Class Summary
 
Nested classes/interfaces inherited from class org.alfresco.repo.bulkimport.impl.AbstractBulkImportTests
AbstractBulkImportTests.ExpectedFile, AbstractBulkImportTests.ExpectedFolder
 
Field Summary
 
Fields inherited from class org.alfresco.repo.bulkimport.impl.AbstractBulkImportTests
actionService, bulkImporter, contentService, ctx, fileFolderService, nodeService, rootNodeRef, ruleService, top, topLevelFolder, transactionService, txn
 
Constructor Summary
BulkImportTest()
           
 
Method Summary
static void beforeTests()
           
protected  Rule createCopyRule(org.alfresco.service.cmr.repository.NodeRef targetNode, boolean isAppliedToChildren)
           
 void setup()
           
 void testCopyImportStriping()
           
 void testImportWithRules()
           
 
Methods inherited from class org.alfresco.repo.bulkimport.impl.AbstractBulkImportTests
afterTests, checkContent, checkFiles, checkFolder, getFiles, getFolders, startContext, startContext, stopContext, teardown, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkImportTest

public BulkImportTest()
Method Detail

beforeTests

public static void beforeTests()

setup

public void setup()
           throws javax.transaction.SystemException,
                  javax.transaction.NotSupportedException
Overrides:
setup in class AbstractBulkImportTests
Throws:
javax.transaction.SystemException
javax.transaction.NotSupportedException

testCopyImportStriping

public void testCopyImportStriping()
                            throws java.lang.Throwable
Throws:
java.lang.Throwable

createCopyRule

protected Rule createCopyRule(org.alfresco.service.cmr.repository.NodeRef targetNode,
                              boolean isAppliedToChildren)

testImportWithRules

public void testImportWithRules()
                         throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.