Click or drag to resize
IHighLevelAction Interface
Represents a high level action line

Namespace:  TestArchitect.Harness.Core
Assembly:  TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IHighLevelAction : IActionLine

The IHighLevelAction type exposes the following members.

Properties
  NameDescription
Public propertyArgumentCount
Gets total number of arguments
(Inherited from IActionLine.)
Public propertyLineNumber
Gets current line number at the given action line
(Inherited from IActionLine.)
Public propertyName
Gets name of the given action line
(Inherited from IActionLine.)
Public propertyNameHighLevelAction
Gets name of the high-level action declared at the given action line
(Inherited from IActionLine.)
Public propertyTestCase
Gets current test case declared at the given action line
(Inherited from IActionLine.)
Public propertyTestModule
Gets current test module declared at the given action line
(Inherited from IActionLine.)
Top
Methods
  NameDescription
Public methodGetArgByIndex
Gets value of an argument by its index. Index numbering starts from 1
(Inherited from IActionLine.)
Public methodGetArgByName
Gets value of an argument by its name
(Inherited from IActionLine.)
Public methodGetArgumentName
Gets header name of an argument by its index. Index numbering starts from 1
(Inherited from IActionLine.)
Top
See Also