| IActionLine Interface |
Namespace: TestArchitect.Harness.Core
The IActionLine type exposes the following members.
| Name | Description | |
|---|---|---|
| ArgumentCount |
Gets total number of arguments
| |
| LineNumber |
Gets current line number at the given action line
| |
| Name |
Gets name of the given action line
| |
| NameHighLevelAction |
Gets name of the high-level action declared at the given action line
| |
| TestCase |
Gets current test case declared at the given action line
| |
| TestModule |
Gets current test module declared at the given action line
|
| Name | Description | |
|---|---|---|
| GetArgByIndex |
Gets value of an argument by its index. Index numbering starts from 1
| |
| GetArgByName |
Gets value of an argument by its name
| |
| GetArgumentName |
Gets header name of an argument by its index. Index numbering starts from 1
|