Package org.apache.maven.index
Class FullIndexNexusIndexerTest
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.AbstractRepoNexusIndexerTest
org.apache.maven.index.MinimalIndexNexusIndexerTest
org.apache.maven.index.DefaultIndexNexusIndexerTest
org.apache.maven.index.FullIndexNexusIndexerTest
- All Implemented Interfaces:
com.google.inject.Module
-
Field Summary
Fields inherited from class org.apache.maven.index.AbstractRepoNexusIndexerTest
repo
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 org.apache.maven.index.IteratorSearchRequest
createHighlightedRequest
(org.apache.maven.index.Field field, String text, org.apache.maven.index.SearchType type) protected void
prepareNexusIndexer
(org.apache.maven.index.NexusIndexer nexusIndexer) void
void
void
void
void
void
void
void
void
Methods inherited from class org.apache.maven.index.DefaultIndexNexusIndexerTest
testPlugin, testPluginPackaging
Methods inherited from class org.apache.maven.index.MinimalIndexNexusIndexerTest
testNEXUS2712
Methods inherited from class org.apache.maven.index.AbstractRepoNexusIndexerTest
resultsAreEqual, testIdentify, testPackaging, testPrefixWildcard, testPurge, testRootGroups, testSearchFlat, testSearchFlatPaged, testSearchGrouped, testSearchGroupedProblematicNames
Methods inherited from class org.apache.maven.index.AbstractNexusIndexerTest
assertGroup, setUp, tearDown, unprepareNexusIndexer
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
-
Constructor Details
-
FullIndexNexusIndexerTest
public FullIndexNexusIndexerTest()
-
-
Method Details
-
prepareNexusIndexer
protected void prepareNexusIndexer(org.apache.maven.index.NexusIndexer nexusIndexer) throws Exception - Overrides:
prepareNexusIndexer
in classDefaultIndexNexusIndexerTest
- Throws:
Exception
-
testSearchGroupedClasses
- Throws:
Exception
-
testSearchArchetypes
- Overrides:
testSearchArchetypes
in classDefaultIndexNexusIndexerTest
- Throws:
Exception
-
testIndexTimestamp
- Overrides:
testIndexTimestamp
in classDefaultIndexNexusIndexerTest
- Throws:
Exception
-
testArchetype
- Overrides:
testArchetype
in classDefaultIndexNexusIndexerTest
- Throws:
Exception
-
testArchetypePackaging
- Overrides:
testArchetypePackaging
in classDefaultIndexNexusIndexerTest
- Throws:
Exception
-
testBrokenJar
- Overrides:
testBrokenJar
in classDefaultIndexNexusIndexerTest
- Throws:
Exception
-
testMissingPom
- Overrides:
testMissingPom
in classDefaultIndexNexusIndexerTest
- Throws:
Exception
-
createHighlightedRequest
protected org.apache.maven.index.IteratorSearchRequest createHighlightedRequest(org.apache.maven.index.Field field, String text, org.apache.maven.index.SearchType type) throws org.apache.lucene.queryparser.classic.ParseException - Throws:
org.apache.lucene.queryparser.classic.ParseException
-
testClassnameSearchNgWithHighlighting
- Throws:
Exception
-
testGAVSearchNgWithHighlighting
- Throws:
Exception
-