[]
This class holds all reference to all BaseTestOperator objects.
public static class TestOperators
| Name | Description |
|---|---|
| Contain | Gets the ContainOperator object. |
| ContainExactly | Gets the ContainExactlyOperator object. |
| DoesNotContain | Gets the DoesNotContainOperator object. |
| DoesNotEqual | Gets the DoesNotEqualOperator object. |
| Equal | Gets the EqualOperator object. |
| IsGreaterThan | Gets the IsGreaterThanOperator object. |
| IsGreaterThanOrEqualTo | Gets the IsGreaterThanOrEqualToOperator object. |
| IsLessThan | Gets the IsLessThanOperator object. |
| IsLessThanOrEqualTo | Gets the IsLessThanOrEqualToOperator object. |
| IsNotWithin | Gets the IsNotWithinOperator object. |
| IsWithin | Gets the IsWithinOperator object. |