Click or drag to resize

RuntimeChecks Enumeration

Specifies the checks TestLeft performs when searching for objects and typecasting interfaces.

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
[FlagsAttribute]
public enum RuntimeChecks
Members
  Member nameValueDescription
None0 No check.
TypeCast1 Checks if the result of the Find, FindAll, TryFind or Cast method can be cast to the desired type.
AmbiguousMatches2 Checks if the search pattern of the Find and TryFind methods returns multiple objects.
All3 Commands TestLeft to perform all the available checks.
See Also