Class FSDirectoryDeleteTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.codehaus.plexus.PlexusTestCase
All Implemented Interfaces:
junit.framework.Test

public class FSDirectoryDeleteTest extends AbstractIndexCreatorHelper
  • Field Details

    • nexusIndexer

      protected NexusIndexer nexusIndexer
    • repo

      protected File repo
    • context

      protected IndexingContext context
    • indexDirFile

      protected File indexDirFile
    • indexDir

      protected org.apache.lucene.store.Directory indexDir
    • otherContext

      protected IndexingContext otherContext
    • otherIndexDirFile

      protected File otherIndexDirFile
    • otherIndexDir

      protected org.apache.lucene.store.Directory otherIndexDir
  • Constructor Details

    • FSDirectoryDeleteTest

      public FSDirectoryDeleteTest()
  • Method Details