public enum DataAndMetadataOperator
Enum of validations supported by Smart Assertion
Enum constant | Description |
---|---|
CONTAINS |
|
EMPTY |
|
EQUALS |
|
EQUALS_NONE_OF |
|
EQUALS_ONE_OF |
|
EXISTS |
|
GREATER_OR_EQUALS_THAN |
|
GREATER_THAN |
|
IS_DATA_TYPE |
|
LESS_OR_EQUALS_THAN |
|
LESS_THAN |
|
NOT_CONTAINS |
|
NOT_EMPTY |
|
NOT_EQUALS |
|
NOT_EXISTS |
|
NO_OPERATOR |
|
REG_EX |
Type Params | Return Type | Name and description |
---|---|---|
|
public static DataAndMetadataOperator |
createById(java.lang.String id) |
|
public java.lang.String |
getDisplayFailureMessage(boolean isCaseSensitive) |
|
public java.lang.String |
getId() |
|
public java.lang.String |
getName() |
|
public static DataAndMetadataOperator |
getOperator(java.lang.String id) Gets the operator by its ID |
|
public static boolean |
isCaseSensitiveSupported(DataAndMetadataOperator operator) Returns whether the operator supports case sensitive and insensitive validations or not |
|
public java.lang.String |
toString() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Gets the operator by its ID
id
- the ID of the operatorReturns whether the operator supports case sensitive and insensitive validations or not
operator
- the operatortrue
if the operator supports these validation modes, false
otherwiseReadyAPI functional (soapui-pro) SDK 3.56.0