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.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 |
SolrCloudTestCase
Base class for SolrCloud tests
Derived tests should call
SolrCloudTestCase.configureCluster(int) in a BeforeClass
static method. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBadConfigTestBase |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSolrTestCase
An Abstract base class that makes writing Solr JUnit tests "easier"
|
class |
RestTestBase |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.