Command Members
In This Article
#Properties
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. |
#Methods
Name | Description |
---|---|
Check |
Throws an exception if the specified test control is disabled. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Execute |
Executes an Functional Testing command implemented by the Command class. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Parse |
Parses the current command. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also