Uses of Class
org.apache.solr.SolrTestCase
-
Packages that use SolrTestCase Package Description org.apache.solr Common base classes for implementing tests.org.apache.solr.cloud Base classes and utilities for creating and testing Solr Cloud clusters.org.apache.solr.core Factories for Mock classes that can be used in test configurationsorg.apache.solr.update.processor Mock classes for testing Update Processor chains.org.apache.solr.util Misc utilities useful when implementing test cases. -
-
Uses of SolrTestCase in org.apache.solr
Subclasses of SolrTestCase in org.apache.solr Modifier and Type Class Description classBaseDistributedSearchTestCaseHelper base class for distributed search test cases By default, all tests in sub-classes will be executed with 1, 2, ...classEmbeddedSolrServerTestBaseclassSolrJettyTestBaseclassSolrTestCaseHSclassSolrTestCaseJ4A junit4 Solr test harness that extends SolrTestCase and, by extension, LuceneTestCase. -
Uses of SolrTestCase in org.apache.solr.cloud
Subclasses of SolrTestCase in org.apache.solr.cloud Modifier and Type Class Description classAbstractDistribZkTestBaseclassAbstractFullDistribZkTestBaseTODO: we should still test this works as a custom update chain as well as what we test now - the default update chainclassAbstractZkTestCaseBase test class for ZooKeeper tests.classMultiSolrCloudTestCaseBase class for tests that require more than one SolrCloud Derived tests should callMultiSolrCloudTestCase.doSetupClusters(String[], Function, BiConsumer)in aBeforeClassstatic method.classSolrCloudAuthTestCaseBase test class for cloud tests wanting to track authentication metrics.classSolrCloudTestCaseBase class for SolrCloud tests -
Uses of SolrTestCase in org.apache.solr.core
Subclasses of SolrTestCase in org.apache.solr.core Modifier and Type Class Description classAbstractBadConfigTestBase -
Uses of SolrTestCase in org.apache.solr.update.processor
Subclasses of SolrTestCase in org.apache.solr.update.processor Modifier and Type Class Description classUpdateProcessorTestBase -
Uses of SolrTestCase in org.apache.solr.util
Subclasses of SolrTestCase in org.apache.solr.util Modifier and Type Class Description classDOMUtilTestBaseclassRestTestBase
-