org.alfresco.repo.content.caching.cleanup
Class CachedContentCleanupJobTest

java.lang.Object
  extended by org.alfresco.repo.content.caching.cleanup.CachedContentCleanupJobTest

public class CachedContentCleanupJobTest
extends java.lang.Object

Tests for the CachedContentCleanupJob


Constructor Summary
CachedContentCleanupJobTest()
           
 
Method Summary
 void emptyParentDirectoriesAreDeleted()
           
 void filesInCacheAreNotDeleted()
           
 void filesNotInCacheAreDeleted()
           
 void markedFilesHaveDeletionDeferredUntilCorrectPassOfCleaner()
           
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedContentCleanupJobTest

public CachedContentCleanupJobTest()
Method Detail

setUp

public void setUp()

filesNotInCacheAreDeleted

public void filesNotInCacheAreDeleted()

emptyParentDirectoriesAreDeleted

public void emptyParentDirectoriesAreDeleted()
                                      throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

markedFilesHaveDeletionDeferredUntilCorrectPassOfCleaner

public void markedFilesHaveDeletionDeferredUntilCorrectPassOfCleaner()

filesInCacheAreNotDeleted

public void filesInCacheAreNotDeleted()


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