Package org.apache.maven.index
Class Nexus3177HitLimitChecks
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.codehaus.plexus.PlexusTestCase
org.apache.maven.index.AbstractTestSupport
org.apache.maven.index.AbstractIndexCreatorHelper
org.apache.maven.index.AbstractNexusIndexerTest
org.apache.maven.index.Nexus3177HitLimitChecks
- All Implemented Interfaces:
junit.framework.Test
-
Field Summary
Modifier and TypeFieldDescriptionprotected File
protected 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
(NexusIndexer nexusIndexer) void
void
void
void
protected void
unprepareNexusIndexer
(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
customizeContainerConfiguration
Methods inherited from class org.codehaus.plexus.PlexusTestCase
customizeContext, getBasedir, getClassLoader, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, setupContainer, teardownContainer
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
-
Field Details
-
repo
-
secondIndexDir
protected org.apache.lucene.store.Directory secondIndexDir -
secondContext
-
-
Constructor Details
-
Nexus3177HitLimitChecks
public Nexus3177HitLimitChecks()
-
-
Method Details
-
prepareNexusIndexer
- Specified by:
prepareNexusIndexer
in classAbstractNexusIndexerTest
- Throws:
Exception
-
unprepareNexusIndexer
- Overrides:
unprepareNexusIndexer
in classAbstractNexusIndexerTest
- Throws:
Exception
-
testHitLimitNotReachedSingleContext
- Throws:
Exception
-
testHitLimitEqualSingleContext
- Throws:
Exception
-
testHitLimitNotReachedMultipleContexts
- Throws:
Exception
-
testHitLimitEqualMultipleContexts
- Throws:
Exception
-