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