com.liferay.portal.search.unit.test
Class BaseIndexingTestCase
java.lang.Object
com.liferay.portal.search.unit.test.BaseIndexingTestCase
- Direct Known Subclasses:
- BaseGroupByTestCase, BaseStatisticsTestCase
public abstract class BaseIndexingTestCase
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPANY_ID
protected static final long COMPANY_ID
GROUP_ID
protected static final long GROUP_ID
BaseIndexingTestCase
public BaseIndexingTestCase()
setUp
public void setUp()
throws Exception
- Throws:
Exception
tearDown
public void tearDown()
throws Exception
- Throws:
Exception
createSearchContext
protected static SearchContext createSearchContext()
addDocument
protected void addDocument(BaseIndexingTestCase.DocumentCreationHelper documentCreationHelper)
throws Exception
- Throws:
Exception
createIndexingFixture
protected abstract IndexingFixture createIndexingFixture()
throws Exception
- Throws:
Exception
search
protected Hits search(SearchContext searchContext)
throws Exception
- Throws:
Exception