public class

IndexTaskFactoryTest

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.search.lucene.tasks.IndexTaskFactoryTest

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
IndexTaskFactoryTest()
Public Methods
void testCreateDeleteChangeDocumentsTaskOnHistoricalVersionReturnsNoOp()
void testFactoryReturnsNoOpOnNullSearchables()
void testUnidexSpaceIndexTask()
void testUpdateDocumentIndexTask()
void testUpdateIndexTaskForBlog()
void testUpdateIndexTaskForComment()
void testUpdateIndexTaskForPage()
void testUpdateIndexTaskForProfile()
Protected Methods
void registerAdditionalSingletons(ConfigurableListableBeanFactory beanFactory)
Allows tests to add additional mock dependencies to the test spring context
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public IndexTaskFactoryTest ()

Public Methods

public void testCreateDeleteChangeDocumentsTaskOnHistoricalVersionReturnsNoOp ()

public void testFactoryReturnsNoOpOnNullSearchables ()

public void testUnidexSpaceIndexTask ()

public void testUpdateDocumentIndexTask ()

public void testUpdateIndexTaskForBlog ()

public void testUpdateIndexTaskForComment ()

public void testUpdateIndexTaskForPage ()

public void testUpdateIndexTaskForProfile ()

Protected Methods

protected void registerAdditionalSingletons (ConfigurableListableBeanFactory beanFactory)

Allows tests to add additional mock dependencies to the test spring context

protected void setUp ()

Throws
Exception