Class ConcurrentUseWithMergedContextTest

All Implemented Interfaces:
com.google.inject.Module
Direct Known Subclasses:
ConcurrentUseWithMergedContextPublishingTest

public class ConcurrentUseWithMergedContextTest extends ConcurrentUseTest
The point in this test is: we use Merged context, and we modify some of the "members" in the merged context, while we try to search over merged one simultaneously.
Author:
cstamas
  • Field Details

    • indexDir1

      protected org.apache.lucene.store.Directory indexDir1
    • context1

      protected org.apache.maven.index.context.IndexingContext context1
    • indexDir2

      protected org.apache.lucene.store.Directory indexDir2
    • context2

      protected org.apache.maven.index.context.IndexingContext context2
  • Constructor Details

    • ConcurrentUseWithMergedContextTest

      public ConcurrentUseWithMergedContextTest()
  • Method Details