Class ListEqualMatcher
java.lang.Object
org.elasticsearch.logsdb.datageneration.matchers.Matcher
org.elasticsearch.logsdb.datageneration.matchers.GenericEqualsMatcher<List<?>>
org.elasticsearch.logsdb.datageneration.matchers.ListEqualMatcher
-
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
Fields inherited from class org.elasticsearch.logsdb.datageneration.matchers.GenericEqualsMatcher
actual, actualMappings, actualSettings, expected, expectedMappings, expectedSettings, ignoringSort -
Constructor Summary
ConstructorsConstructorDescriptionListEqualMatcher(org.elasticsearch.xcontent.XContentBuilder actualMappings, Settings.Builder actualSettings, org.elasticsearch.xcontent.XContentBuilder expectedMappings, Settings.Builder expectedSettings, List<?> actual, List<?> expected, boolean ignoringSort) -
Method Summary
Methods inherited from class org.elasticsearch.logsdb.datageneration.matchers.Matcher
mappings, matchSource
-
Constructor Details
-
ListEqualMatcher
public ListEqualMatcher(org.elasticsearch.xcontent.XContentBuilder actualMappings, Settings.Builder actualSettings, org.elasticsearch.xcontent.XContentBuilder expectedMappings, Settings.Builder expectedSettings, List<?> actual, List<?> expected, boolean ignoringSort)
-
-
Method Details
-
match
- Overrides:
matchin classGenericEqualsMatcher<List<?>>
-