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.cloud.api.collections org.apache.solr.core Factories for Mock classes that can be used in test configurationsorg.apache.solr.handler Concrete implementations of org.apache.solr.request.SolrRequestHandlerorg.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 class
BaseDistributedSearchTestCase
Helper base class for distributed search test casesclass
EmbeddedSolrServerTestBase
Deprecated.class
SolrJettyTestBase
class
SolrTestCaseHS
class
SolrTestCaseJ4
A 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 class
AbstractBasicDistributedZk2TestBase
This test simply does a bunch of basic things in solrcloud mode and asserts things work as expected.class
AbstractBasicDistributedZkTestBase
This test simply does a bunch of basic things in solrcloud mode and asserts things work as expected.class
AbstractChaosMonkeyNothingIsSafeTestBase
class
AbstractChaosMonkeySafeLeaderTestBase
class
AbstractDigestZkACLAndCredentialsProvidersTestBase
class
AbstractDistribZkTestBase
class
AbstractFullDistribZkTestBase
TODO: we should still test this works as a custom update chain as well as what we test now - the default update chainclass
AbstractMoveReplicaTestBase
class
AbstractRecoveryZkTestBase
class
AbstractRestartWhileUpdatingTestBase
class
AbstractSyncSliceTestBase
Test sync phase that occurs when Leader goes down and a new Leader is elected.class
AbstractTlogReplayBufferedWhileIndexingTestBase
class
AbstractUnloadDistributedZkTestBase
This test simply does a bunch of basic things in solrcloud mode and asserts things work as expected.class
AbstractZkTestCase
Base test class for ZooKeeper tests.class
MultiSolrCloudTestCase
Base class for tests that require more than one SolrCloudclass
SolrCloudAuthTestCase
Base test class for cloud tests wanting to track authentication metrics.class
SolrCloudTestCase
Base class for SolrCloud tests -
Uses of SolrTestCase in org.apache.solr.cloud.api.collections
Subclasses of SolrTestCase in org.apache.solr.cloud.api.collections Modifier and Type Class Description class
AbstractBackupRepositoryTest
class
AbstractCloudBackupRestoreTestCase
Used to test the traditional (now deprecated) 'full-snapshot' method of backup/restoration.class
AbstractCollectionsAPIDistributedZkTestBase
Tests the Cloud Collections API.class
AbstractIncrementalBackupTest
Used to test the incremental method of backup/restoration (as opposed to the deprecated 'full snapshot' method).class
AbstractInstallShardTest
Base class for testing the "Install Shard API" with various backup repositories. -
Uses of SolrTestCase in org.apache.solr.core
Subclasses of SolrTestCase in org.apache.solr.core Modifier and Type Class Description class
AbstractBadConfigTestBase
-
Uses of SolrTestCase in org.apache.solr.handler
Subclasses of SolrTestCase in org.apache.solr.handler Modifier and Type Class Description class
BackupRestoreUtils
-
Uses of SolrTestCase in org.apache.solr.update.processor
Subclasses of SolrTestCase in org.apache.solr.update.processor Modifier and Type Class Description class
UpdateProcessorTestBase
-
Uses of SolrTestCase in org.apache.solr.util
Subclasses of SolrTestCase in org.apache.solr.util Modifier and Type Class Description class
DOMUtilTestBase
class
RestTestBase
-