Click or drag to resize
IActionLine Interface
Represents an built-in 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 IActionLine

The IActionLine type exposes the following members.

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