Class GenericEqualsMatcher<T>
java.lang.Object
org.elasticsearch.logsdb.datageneration.matchers.Matcher
org.elasticsearch.logsdb.datageneration.matchers.GenericEqualsMatcher<T>
- Direct Known Subclasses:
ListEqualMatcher,ObjectMatcher,SourceMatcher
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.logsdb.datageneration.matchers.Matcher
Matcher.CompareStep<T>, Matcher.ExpectedStep<T>, Matcher.MappingsStep<T>, Matcher.SettingsStep<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Tprotected final org.elasticsearch.xcontent.XContentBuilderprotected final Settings.Builderprotected final Tprotected final org.elasticsearch.xcontent.XContentBuilderprotected final Settings.Builderprotected final boolean -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGenericEqualsMatcher(org.elasticsearch.xcontent.XContentBuilder actualMappings, Settings.Builder actualSettings, org.elasticsearch.xcontent.XContentBuilder expectedMappings, Settings.Builder expectedSettings, T actual, T expected, boolean ignoringSort) -
Method Summary
Methods inherited from class org.elasticsearch.logsdb.datageneration.matchers.Matcher
mappings, matchSource
-
Field Details
-
actualMappings
protected final org.elasticsearch.xcontent.XContentBuilder actualMappings -
actualSettings
-
expectedMappings
protected final org.elasticsearch.xcontent.XContentBuilder expectedMappings -
expectedSettings
-
actual
-
expected
-
ignoringSort
protected final boolean ignoringSort
-
-
Constructor Details
-
GenericEqualsMatcher
protected GenericEqualsMatcher(org.elasticsearch.xcontent.XContentBuilder actualMappings, Settings.Builder actualSettings, org.elasticsearch.xcontent.XContentBuilder expectedMappings, Settings.Builder expectedSettings, T actual, T expected, boolean ignoringSort)
-
-
Method Details
-
match
-