Class IsFalseAssertion
- java.lang.Object
-
- org.elasticsearch.test.rest.yaml.section.Assertion
-
- org.elasticsearch.test.rest.yaml.section.IsFalseAssertion
-
- All Implemented Interfaces:
ExecutableSection
public class IsFalseAssertion extends Assertion
Represents an is_false assert section: - is_false: get.fields.bar
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.test.rest.yaml.section.ExecutableSection
DEFAULT_EXECUTABLE_CONTEXTS, XCONTENT_REGISTRY
-
-
Constructor Summary
Constructors Constructor Description IsFalseAssertion(XContentLocation location, java.lang.String field)
-
Method Summary
Modifier and Type Method Description protected voiddoAssert(java.lang.Object actualValue, java.lang.Object expectedValue)Executes the assertion comparing the actual value (parsed from the response) with the expected onestatic IsFalseAssertionparse(XContentParser parser)-
Methods inherited from class org.elasticsearch.test.rest.yaml.section.Assertion
execute, getActualValue, getExpectedValue, getField, getLocation, resolveExpectedValue, safeClass
-
-
-
-
Constructor Detail
-
IsFalseAssertion
public IsFalseAssertion(XContentLocation location, java.lang.String field)
-
-
Method Detail
-
parse
public static IsFalseAssertion parse(XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
-