Class LessThanOrEqualToAssertion
java.lang.Object
org.elasticsearch.test.rest.yaml.section.Assertion
org.elasticsearch.test.rest.yaml.section.LessThanOrEqualToAssertion
- All Implemented Interfaces:
ExecutableSection
public class LessThanOrEqualToAssertion extends Assertion
Represents a lte assert section:
- lte: { fields._ttl: 0 }
-
Field Summary
Fields inherited from interface org.elasticsearch.test.rest.yaml.section.ExecutableSection
DEFAULT_EXECUTABLE_CONTEXTS, XCONTENT_REGISTRY
-
Constructor Summary
Constructors Constructor Description LessThanOrEqualToAssertion(XContentLocation location, java.lang.String field, java.lang.Object expectedValue)
-
Method Summary
Modifier and Type Method Description protected void
doAssert(java.lang.Object actualValue, java.lang.Object expectedValue)
Executes the assertion comparing the actual value (parsed from the response) with the expected onestatic LessThanOrEqualToAssertion
parse(XContentParser parser)
Methods inherited from class org.elasticsearch.test.rest.yaml.section.Assertion
execute, getActualValue, getExpectedValue, getField, getLocation, resolveExpectedValue, safeClass
-
Constructor Details
-
LessThanOrEqualToAssertion
public LessThanOrEqualToAssertion(XContentLocation location, java.lang.String field, java.lang.Object expectedValue)
-
-
Method Details