Command Properties
An abstract base class for classes that implement EasyTest commands.Name | Description |
---|---|
EndLineIndex | Gets the line number where the previous command is finished. |
EndPosition | Gets the position in the script where the current command starts. |
ExpectException | Gets if the current Functional Testing command is expected to fail. |
Parameters | Gets parameters, passed to the EasyTest command. |
StartPosition | Gets the position in the script where the current command starts. |
Text | Gets the command text, including all command parameters. |
See Also