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
FieldsModifier and TypeFieldDescriptionprotected Fileprotected org.apache.maven.index.context.IndexingContextprotected org.apache.lucene.store.DirectoryFields inherited from class org.apache.maven.index.AbstractNexusIndexerTest
context, indexDir, nexusIndexerFields inherited from class org.apache.maven.index.AbstractIndexCreatorHelper
DEFAULT_CREATORS, FULL_CREATORS, MIN_CREATORS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprepareNexusIndexer(org.apache.maven.index.NexusIndexer nexusIndexer) voidvoidvoidvoidprotected voidunprepareNexusIndexer(org.apache.maven.index.NexusIndexer nexusIndexer) Methods inherited from class org.apache.maven.index.AbstractNexusIndexerTest
assertGroup, setUp, tearDownMethods inherited from class org.apache.maven.index.AbstractIndexCreatorHelper
deleteDirectory, getDirectory, testDirectoryMethods inherited from class org.apache.maven.index.AbstractTestSupport
getTestFileMethods 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:
prepareNexusIndexerin classAbstractNexusIndexerTest- Throws:
Exception
-
unprepareNexusIndexer
protected void unprepareNexusIndexer(org.apache.maven.index.NexusIndexer nexusIndexer) throws Exception - Overrides:
unprepareNexusIndexerin classAbstractNexusIndexerTest- Throws:
Exception
-
testHitLimitNotReachedSingleContext
- Throws:
Exception
-
testHitLimitEqualSingleContext
- Throws:
Exception
-
testHitLimitNotReachedMultipleContexts
- Throws:
Exception
-
testHitLimitEqualMultipleContexts
- Throws:
Exception
-