public abstract class BaseIndexingTestCase extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
BaseIndexingTestCase.DocumentCreationHelper |
Modifier and Type | Field and Description |
---|---|
protected static long |
COMPANY_ID |
protected static long |
GROUP_ID |
Constructor and Description |
---|
BaseIndexingTestCase() |
Modifier and Type | Method and Description |
---|---|
protected void |
addDocument(BaseIndexingTestCase.DocumentCreationHelper documentCreationHelper) |
protected abstract IndexingFixture |
createIndexingFixture() |
protected static com.liferay.portal.kernel.search.SearchContext |
createSearchContext() |
protected com.liferay.portal.kernel.search.Hits |
search(com.liferay.portal.kernel.search.SearchContext searchContext) |
void |
setUp() |
void |
tearDown() |
protected static final long COMPANY_ID
protected static final long GROUP_ID
protected static com.liferay.portal.kernel.search.SearchContext createSearchContext()
protected void addDocument(BaseIndexingTestCase.DocumentCreationHelper documentCreationHelper) throws Exception
Exception
protected abstract IndexingFixture createIndexingFixture() throws Exception
Exception