org.apache.maven.index
Class FullIndexNexusIndexerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.index.AbstractIndexCreatorHelper
                  extended by org.apache.maven.index.AbstractNexusIndexerTest
                      extended by org.apache.maven.index.AbstractRepoNexusIndexerTest
                          extended by org.apache.maven.index.MinimalIndexNexusIndexerTest
                              extended by org.apache.maven.index.DefaultIndexNexusIndexerTest
                                  extended by org.apache.maven.index.FullIndexNexusIndexerTest
All Implemented Interfaces:
Test

public class FullIndexNexusIndexerTest
extends DefaultIndexNexusIndexerTest


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
FullIndexNexusIndexerTest()
           
 
Method Summary
protected  IteratorSearchRequest createHighlightedRequest(Field field, String text, SearchType type)
           
protected  void prepareNexusIndexer(NexusIndexer nexusIndexer)
           
 void testArchetype()
           
 void testArchetypePackaging()
           
 void testBrokenJar()
           
 void testClassnameSearchNgWithHighlighting()
           
 void testGAVSearchNgWithHighlighting()
           
 void testIndexTimestamp()
           
 void testMissingPom()
           
 void testSearchArchetypes()
           
 void testSearchGroupedClasses()
           
 
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, 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.codehaus.plexus.PlexusTestCase
customizeComponentConfiguration, customizeContainerConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, setupContainer
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullIndexNexusIndexerTest

public FullIndexNexusIndexerTest()
Method Detail

prepareNexusIndexer

protected void prepareNexusIndexer(NexusIndexer nexusIndexer)
                            throws Exception
Overrides:
prepareNexusIndexer in class DefaultIndexNexusIndexerTest
Throws:
Exception

testSearchGroupedClasses

public void testSearchGroupedClasses()
                              throws Exception
Throws:
Exception

testSearchArchetypes

public void testSearchArchetypes()
                          throws Exception
Overrides:
testSearchArchetypes in class DefaultIndexNexusIndexerTest
Throws:
Exception

testIndexTimestamp

public void testIndexTimestamp()
                        throws Exception
Overrides:
testIndexTimestamp in class DefaultIndexNexusIndexerTest
Throws:
Exception

testArchetype

public void testArchetype()
                   throws Exception
Overrides:
testArchetype in class DefaultIndexNexusIndexerTest
Throws:
Exception

testArchetypePackaging

public void testArchetypePackaging()
                            throws Exception
Overrides:
testArchetypePackaging in class DefaultIndexNexusIndexerTest
Throws:
Exception

testBrokenJar

public void testBrokenJar()
                   throws Exception
Overrides:
testBrokenJar in class DefaultIndexNexusIndexerTest
Throws:
Exception

testMissingPom

public void testMissingPom()
                    throws Exception
Overrides:
testMissingPom in class DefaultIndexNexusIndexerTest
Throws:
Exception

createHighlightedRequest

protected IteratorSearchRequest createHighlightedRequest(Field field,
                                                         String text,
                                                         SearchType type)
                                                  throws org.apache.lucene.queryParser.ParseException
Throws:
org.apache.lucene.queryParser.ParseException

testClassnameSearchNgWithHighlighting

public void testClassnameSearchNgWithHighlighting()
                                           throws Exception
Throws:
Exception

testGAVSearchNgWithHighlighting

public void testGAVSearchNgWithHighlighting()
                                     throws Exception
Throws:
Exception


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.