Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

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