TestKind
Type: enum (of string)
The test applied to determine if the condition is met.
Must be one of:
"TestKind.greaterThan"
"TestKind.greaterThanOrEqualTo"
"TestKind.lessThanOrEqualTo"
"TestKind.equalTo"
"TestKind.lessThan"