Uses of Package
org.apache.lucene.util

Packages that use org.apache.lucene.util
org.apache.lucene.analysis Support for testing analysis components. 
org.apache.lucene.index Support for testing of indexes. 
org.apache.lucene.search Support for testing search components. 
org.apache.lucene.util General test support. 
 

Classes in org.apache.lucene.util used by org.apache.lucene.analysis
LuceneTestCase
          Base class for all Lucene unit tests, Junit3 or Junit4 variant.
 

Classes in org.apache.lucene.util used by org.apache.lucene.index
LuceneTestCase
          Base class for all Lucene unit tests, Junit3 or Junit4 variant.
LuceneTestCase.Nightly
          Annotation for tests that should only be run during nightly builds.
 

Classes in org.apache.lucene.util used by org.apache.lucene.search
LuceneTestCase
          Base class for all Lucene unit tests, Junit3 or Junit4 variant.
 

Classes in org.apache.lucene.util used by org.apache.lucene.util
LuceneTestCase
          Base class for all Lucene unit tests, Junit3 or Junit4 variant.
TestRuleIgnoreAfterMaxFailures
          This rule keeps a count of failed tests (suites) and will result in an AssumptionViolatedException after a given number of failures for all tests following this condition.
TestRuleMarkFailure
          A rule for marking failed tests and suites.
ThrottledIndexOutput
          Intentionally slow IndexOutput for testing.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.