| AbstractBootstrapCheckTestCase |
|
| AbstractBroadcastResponseTestCase<T extends org.opensearch.action.support.broadcast.BroadcastResponse> |
|
| AbstractBuilderTestCase |
|
| AbstractDiffableSerializationTestCase<T extends org.opensearch.cluster.Diffable<T> & org.opensearch.common.xcontent.ToXContent> |
An abstract test case to ensure correct behavior of Diffable.
|
| AbstractDiffableWireSerializationTestCase<T extends org.opensearch.cluster.Diffable<T>> |
An abstract test case to ensure correct behavior of Diffable.
|
| AbstractMultiClustersTestCase |
|
| AbstractNamedWriteableTestCase<T extends org.opensearch.common.io.stream.NamedWriteable> |
Standard test case for testing the wire serialization of subclasses of NamedWriteable.
|
| AbstractQueryTestCase<QB extends org.opensearch.index.query.AbstractQueryBuilder<QB>> |
|
| AbstractSerializingTestCase<T extends org.opensearch.common.xcontent.ToXContent & org.opensearch.common.io.stream.Writeable> |
|
| AbstractWireSerializingTestCase<T extends org.opensearch.common.io.stream.Writeable> |
Standard test case for testing the wire serialization of subclasses of Writeable.
|
| AbstractWireTestCase<T> |
Standard test case for testing wire serialization.
|
| AbstractXContentTestCase<T extends org.opensearch.common.xcontent.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.
|
| ExternalTestCluster |
External cluster to run the tests against.
|
| FieldMaskingReader |
|
| IndexSettingsModule |
|
| InternalAggregationTestCase<T extends org.opensearch.search.aggregations.InternalAggregation> |
Implementors of this test case should be aware that the aggregation under test needs to be registered
in the test's namedWriteableRegistry.
|
| InternalMultiBucketAggregationTestCase<T extends org.opensearch.search.aggregations.InternalAggregation & org.opensearch.search.aggregations.bucket.MultiBucketsAggregation> |
|
| InternalSettingsPlugin |
|
| InternalTestCluster |
InternalTestCluster manages a set of JVM private nodes and allows convenient access to them.
|
| InternalTestCluster.RestartCallback |
|
| MockHttpTransport |
A dummy http transport used by tests when not wanting to actually bind to a real address.
|
| MockHttpTransport.TestPlugin |
|
| 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.PatternSeenEventExpectation |
|
| MockLogAppender.SeenEventExpectation |
|
| MockLogAppender.UnseenEventExpectation |
|
| NodeConfigurationSource |
|
| NodeRoles |
Utility methods for creating Settings instances defining a set of DiscoveryNodeRole.
|
| NotEqualMessageBuilder |
Builds a message describing how two sets of values are unequal.
|
| OpenSearchIntegTestCase |
OpenSearchIntegTestCase is an abstract base class to run integration
tests against a JVM private OpenSearch Cluster.
|
| OpenSearchIntegTestCase.AssertActionNamePlugin |
|
| OpenSearchIntegTestCase.NumShards |
|
| OpenSearchIntegTestCase.TestSeedPlugin |
|
| OpenSearchSingleNodeTestCase |
A test that keep a singleton node started for all tests that can be used to get
references to Guice injectors in unit tests.
|
| OpenSearchTestCase |
Base testcase for randomized unit testing with OpenSearch
|
| OpenSearchTestCase.GeohashGenerator |
|
| OpenSearchTestCase.TestAnalysis |
This cute helper class just holds all analysis building blocks that are used
to build IndexAnalyzers.
|
| OpenSearchTokenStreamTestCase |
|
| 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 opensearch cluster, whose layout
(e.g.
|
| TestCustomMetadata |
|
| TestGeoShapeFieldMapperPlugin |
Deprecated. |
| TestSearchContext |
|
| VersionUtils |
Utilities for selecting versions in tests
|
| XContentTestUtils |
|
| XContentTestUtils.JsonMapView |
|