You are here: Start » Filter Groups » TestObject
TestObject
Description
Checks a general condition related to an object.
Filters in this group
Icon | Name | Filter Name | Description |
---|---|---|---|
![]() |
NotNil | TestObjectNotNil | Produces 'True' if the input object is present or 'False' otherwise. |
![]() |
Nil | TestObjectNil | Produces 'True' if the input object is NOT present or 'False' otherwise. |
![]() |
EqualTo | TestObjectEqualTo | Checks whether the input object is equal to another object. |
![]() |
UnequalTo | TestObjectUnequalTo | Checks whether the input object is not equal to another object. |