Class SearchWithAnEmptyIndexTest

java.lang.Object
org.eclipse.sisu.launch.InjectedTest
org.apache.maven.index.AbstractTestSupport
org.apache.maven.index.SearchWithAnEmptyIndexTest
All Implemented Interfaces:
com.google.inject.Module

public class SearchWithAnEmptyIndexTest extends AbstractTestSupport
Author:
Olivier Lamy
  • Field Details

    • indexCreators

      @Inject protected List<org.apache.maven.index.context.IndexCreator> indexCreators
  • Constructor Details

    • SearchWithAnEmptyIndexTest

      public SearchWithAnEmptyIndexTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Overrides:
      setUp in class org.eclipse.sisu.launch.InjectedTest
      Throws:
      Exception
    • testWithTwoContextWithOneEmptyFirstInContextsListSearchFlat

      public void testWithTwoContextWithOneEmptyFirstInContextsListSearchFlat() throws Exception
      Throws:
      Exception
    • testSearchNoDuplicateArtifactInfo

      public void testSearchNoDuplicateArtifactInfo() throws Exception
      both repos contains commons-cli so ensure we don't return duplicates
      Throws:
      Exception