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