Package org.apache.maven.index
Class Nexus3177HitLimitChecks
java.lang.Object
org.eclipse.sisu.launch.InjectedTest
org.apache.maven.index.AbstractTestSupport
org.apache.maven.index.AbstractIndexCreatorHelper
org.apache.maven.index.AbstractNexusIndexerTest
org.apache.maven.index.Nexus3177HitLimitChecks
- All Implemented Interfaces:
com.google.inject.Module
-
Field Summary
Modifier and TypeFieldDescriptionprotected File
protected org.apache.maven.index.context.IndexingContext
protected org.apache.lucene.store.Directory
Fields inherited from class org.apache.maven.index.AbstractNexusIndexerTest
context, indexDir, nexusIndexer
Fields inherited from class org.apache.maven.index.AbstractIndexCreatorHelper
DEFAULT_CREATORS, FULL_CREATORS, MIN_CREATORS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
prepareNexusIndexer
(org.apache.maven.index.NexusIndexer nexusIndexer) void
void
void
void
protected void
unprepareNexusIndexer
(org.apache.maven.index.NexusIndexer nexusIndexer) Methods inherited from class org.apache.maven.index.AbstractNexusIndexerTest
assertGroup, setUp, tearDown
Methods inherited from class org.apache.maven.index.AbstractIndexCreatorHelper
deleteDirectory, getDirectory, testDirectory
Methods inherited from class org.apache.maven.index.AbstractTestSupport
getTestFile
Methods inherited from class org.eclipse.sisu.launch.InjectedTest
configure, configure, getBasedir, lookup, lookup, lookup, lookup, scanning, space, spaceModule
-
Field Details
-
repo
-
secondIndexDir
protected org.apache.lucene.store.Directory secondIndexDir -
secondContext
protected org.apache.maven.index.context.IndexingContext secondContext
-
-
Constructor Details
-
Nexus3177HitLimitChecks
public Nexus3177HitLimitChecks()
-
-
Method Details
-
prepareNexusIndexer
protected void prepareNexusIndexer(org.apache.maven.index.NexusIndexer nexusIndexer) throws Exception - Specified by:
prepareNexusIndexer
in classAbstractNexusIndexerTest
- Throws:
Exception
-
unprepareNexusIndexer
protected void unprepareNexusIndexer(org.apache.maven.index.NexusIndexer nexusIndexer) throws Exception - Overrides:
unprepareNexusIndexer
in classAbstractNexusIndexerTest
- Throws:
Exception
-
testHitLimitNotReachedSingleContext
- Throws:
Exception
-
testHitLimitEqualSingleContext
- Throws:
Exception
-
testHitLimitNotReachedMultipleContexts
- Throws:
Exception
-
testHitLimitEqualMultipleContexts
- Throws:
Exception
-