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 configurations
|
org.apache.solr.update.processor |
Mock classes for testing Update Processor chains.
|
org.apache.solr.util |
Misc utilities useful when implementing test cases.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDistributedSearchTestCase
Helper base class for distributed search test cases
By default, all tests in sub-classes will be executed with
1, 2, ...
|
class |
SolrJettyTestBase |
class |
SolrTestCaseHS |
Modifier and Type | Class and Description |
---|---|
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 chain
|
class |
AbstractZkTestCase
Base test class for ZooKeeper tests.
|
class |
MultiSolrCloudTestCase
Base class for tests that require more than one SolrCloud
Derived tests should call
MultiSolrCloudTestCase.doSetupClusters(String[], Function, BiConsumer) in a BeforeClass
static method. |
class |
SolrCloudAuthTestCase
Base test class for cloud tests wanting to track authentication metrics.
|
class |
SolrCloudTestCase
Base class for SolrCloud tests
Derived tests should call
SolrCloudTestCase.configureCluster(int) in a BeforeClass
static method or Before setUp method. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBadConfigTestBase |
Modifier and Type | Class and Description |
---|---|
class |
UpdateProcessorTestBase |
Modifier and Type | Class and Description |
---|---|
class |
RestTestBase |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.