Class MatchesInAnyOrderAssertion

java.lang.Object
org.elasticsearch.test.rest.yaml.section.Assertion
org.elasticsearch.test.rest.yaml.section.MatchesInAnyOrderAssertion
All Implemented Interfaces:
ExecutableSection

public class MatchesInAnyOrderAssertion extends Assertion
Represents a matches_in_any_order assert section:
   - matches_in_any_order: { tags: ["b", "a"] }