Uses of Class
org.apache.solr.SolrTestCaseJ4
-
Packages that use SolrTestCaseJ4 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.update.processor Mock classes for testing Update Processor chains.org.apache.solr.util Misc utilities useful when implementing test cases. -
-
Uses of SolrTestCaseJ4 in org.apache.solr
Subclasses of SolrTestCaseJ4 in org.apache.solr Modifier and Type Class Description classBaseDistributedSearchTestCaseHelper base class for distributed search test casesclassSolrJettyTestBaseDeprecated.classSolrTestCaseHS -
Uses of SolrTestCaseJ4 in org.apache.solr.cloud
Subclasses of SolrTestCaseJ4 in org.apache.solr.cloud Modifier and Type Class Description classAbstractBasicDistributedZk2TestBaseThis test simply does a bunch of basic things in solrcloud mode and asserts things work as expected.classAbstractBasicDistributedZkTestBaseThis test simply does a bunch of basic things in solrcloud mode and asserts things work as expected.classAbstractChaosMonkeyNothingIsSafeTestBaseclassAbstractChaosMonkeySafeLeaderTestBaseclassAbstractDigestZkACLAndCredentialsProvidersTestBaseclassAbstractDistribZkTestBaseclassAbstractFullDistribZkTestBaseTODO: we should still test this works as a custom update chain as well as what we test now - the default update chainclassAbstractMoveReplicaTestBaseclassAbstractRecoveryZkTestBaseclassAbstractRestartWhileUpdatingTestBaseclassAbstractSyncSliceTestBaseTest sync phase that occurs when Leader goes down and a new Leader is elected.classAbstractTlogReplayBufferedWhileIndexingTestBaseclassAbstractUnloadDistributedZkTestBaseThis test simply does a bunch of basic things in solrcloud mode and asserts things work as expected.classAbstractZkTestCaseBase test class for ZooKeeper tests.classMultiSolrCloudTestCaseBase class for tests that require more than one SolrCloudclassSolrCloudAuthTestCaseBase test class for cloud tests wanting to track authentication metrics.classSolrCloudTestCaseBase class for SolrCloud tests -
Uses of SolrTestCaseJ4 in org.apache.solr.cloud.api.collections
Subclasses of SolrTestCaseJ4 in org.apache.solr.cloud.api.collections Modifier and Type Class Description classAbstractBackupRepositoryTestclassAbstractCloudBackupRestoreTestCaseUsed to test the traditional (now deprecated) 'full-snapshot' method of backup/restoration.classAbstractCollectionsAPIDistributedZkTestBaseTests the Cloud Collections API.classAbstractIncrementalBackupTestUsed to test the incremental method of backup/restoration (as opposed to the deprecated 'full snapshot' method).classAbstractInstallShardTestBase class for testing the "Install Shard API" with various backup repositories. -
Uses of SolrTestCaseJ4 in org.apache.solr.core
Subclasses of SolrTestCaseJ4 in org.apache.solr.core Modifier and Type Class Description classAbstractBadConfigTestBase -
Uses of SolrTestCaseJ4 in org.apache.solr.update.processor
Subclasses of SolrTestCaseJ4 in org.apache.solr.update.processor Modifier and Type Class Description classUpdateProcessorTestBase -
Uses of SolrTestCaseJ4 in org.apache.solr.util
Subclasses of SolrTestCaseJ4 in org.apache.solr.util Modifier and Type Class Description classRestTestBase
-