Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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