| AbstractBootstrapCheckTestCase |
|
| AbstractBuilderTestCase |
|
| AbstractDiffableSerializationTestCase<T extends Diffable<T> & ToXContent> |
An abstract test case to ensure correct behavior of Diffable.
|
| AbstractDiffableWireSerializationTestCase<T extends Diffable<T>> |
An abstract test case to ensure correct behavior of Diffable.
|
| AbstractQueryTestCase<QB extends AbstractQueryBuilder<QB>> |
|
| AbstractSerializingTestCase<T extends ToXContent & Writeable> |
|
| AbstractStreamableTestCase<T extends Streamable> |
|
| AbstractStreamableXContentTestCase<T extends ToXContent & Streamable> |
|
| AbstractWireSerializingTestCase<T extends Writeable> |
|
| AbstractWireTestCase<T> |
|
| AbstractXContentTestCase<T extends ToXContent> |
|
| AbstractXContentTestCase.XContentTester<T> |
Tests converting to and from xcontent.
|
| BackgroundIndexer |
|
| ClusterServiceUtils |
|
| CorruptionUtils |
|
| DiffableTestUtils |
Utilities that simplify testing of diffable classes
|
| DummyShardLock |
|
| EqualsHashCodeTestUtils |
Utility class that encapsulates standard checks and assertions around testing the equals() and hashCode()
methods of objects that implement them.
|
| ESIntegTestCase |
ESIntegTestCase is an abstract base class to run integration
tests against a JVM private Elasticsearch Cluster.
|
| ESIntegTestCase.AssertActionNamePlugin |
|
| ESIntegTestCase.NumShards |
|
| ESIntegTestCase.TestSeedPlugin |
|
| ESSingleNodeTestCase |
A test that keep a singleton node started for all tests that can be used to get
references to Guice injectors in unit tests.
|
| ESTestCase |
Base testcase for randomized unit testing with Elasticsearch
|
| ESTestCase.GeohashGenerator |
|
| ESTestCase.TestAnalysis |
This cute helper class just holds all analysis building blocks that are used
to build IndexAnalyzers.
|
| ESTokenStreamTestCase |
|
| ExternalTestCluster |
External cluster to run the tests against.
|
| FieldMaskingReader |
|
| IndexSettingsModule |
|
| InternalAggregationTestCase<T extends InternalAggregation> |
|
| InternalMultiBucketAggregationTestCase<T extends InternalAggregation & MultiBucketsAggregation> |
|
| InternalSettingsPlugin |
|
| InternalTestCluster |
InternalTestCluster manages a set of JVM private nodes and allows convenient access to them.
|
| InternalTestCluster.RestartCallback |
|
| MockIndexEventListener |
|
| MockIndexEventListener.TestEventListener |
|
| MockIndexEventListener.TestPlugin |
|
| MockKeywordPlugin |
Some tests rely on the keyword tokenizer, but this tokenizer isn't part of lucene-core and therefor not available
in some modules.
|
| MockLogAppender |
Test appender that can be used to verify that certain events were logged correctly
|
| MockLogAppender.AbstractEventExpectation |
|
| MockLogAppender.ExceptionSeenEventExpectation |
|
| MockLogAppender.PatternSeenEventExcpectation |
|
| MockLogAppender.SeenEventExpectation |
|
| MockLogAppender.UnseenEventExpectation |
|
| NodeConfigurationSource |
|
| NotEqualMessageBuilder |
Builds a message describing how two sets of values are unequal.
|
| OldIndexUtils |
|
| PosixPermissionsResetter |
Stores the posix attributes for a path and resets them on close.
|
| RandomObjects |
|
| StreamsUtils |
|
| TestCluster |
Base test cluster that exposes the basis to run tests against any elasticsearch cluster, whose layout
(e.g.
|
| TestCustomMetaData |
|
| TestSearchContext |
|
| VersionUtils |
Utilities for selecting versions in tests
|
| XContentTestUtils |
|