Click or drag to resize
TestArchitect.Harness.Core Namespace
 
Classes
  ClassDescription
Public classActionContext
Provides data for a given test case event. It is applicable for both BeginAction and EndAction.
Public classAssert
Verifies conditions in unit tests using true/false propositions.
Public classContext
This class manages the current Test Run, Test Module, Test Case, or Test Run
Public classHarnessException
Presents an error in harness
Public classInterpreter
Presents the TestArchitect automation
Public classReport
Prints a text line to the TestArchitect's report
Public classSetting
Gets or Sets a value for TestArchitect setting
Public classTestCaseContext
Provides data for a given test case event. It is applicable for both BeginTestCase and EndTestCase.
Public classTestModuleContext
Provides data for a given test case event. It is applicable for both BeginTestModule and EndTestModule.
Public classTestRunContext
Provides data for a given test run event. It is applicable for both BeginRun and EndRun.
Public classVariable
Provides configuration value for a TestArchitect variable
Interfaces
  InterfaceDescription
Public interfaceEventArgsContext
Represents the base context for TestCaseContext, TestModuleContext, TestRunContext, and ActionContext.
Public interfaceIActionLine
Represents an built-in action line
Public interfaceIHarnessModule
This interface must be implemented since user wants to write new actions
Public interfaceIHighLevelAction
Represents a high level action line
Public interfaceITestCase
Represents a test case
Public interfaceITestModule
Represents a test module
Public interfaceITestRun
Represents a test run
Delegates
  DelegateDescription
Public delegateHarnessEventHandler
Delegate for harness event