Uses of Class
org.apache.solr.cloud.SolrCloudTestCase
-
Packages that use SolrCloudTestCase Package Description org.apache.solr.cloud Base classes and utilities for creating and testing Solr Cloud clusters.org.apache.solr.cloud.api.collections Test framework classes for collection APIs -
-
Uses of SolrCloudTestCase in org.apache.solr.cloud
Subclasses of SolrCloudTestCase in org.apache.solr.cloud Modifier and Type Class Description class
AbstractMoveReplicaTestBase
class
AbstractRecoveryZkTestBase
class
SolrCloudAuthTestCase
Base test class for cloud tests wanting to track authentication metrics. -
Uses of SolrCloudTestCase in org.apache.solr.cloud.api.collections
Subclasses of SolrCloudTestCase in org.apache.solr.cloud.api.collections Modifier and Type Class Description 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).
-