| TestArchitect.Harness.Core Namespace |
| Class | Description | |
|---|---|---|
| ActionContext |
Provides data for a given test case event. It is applicable for both BeginAction and EndAction.
| |
| Assert |
Verifies conditions in unit tests using true/false propositions.
| |
| Context |
This class manages the current Test Run, Test Module, Test Case, or Test Run
| |
| HarnessException |
Presents an error in harness
| |
| Interpreter |
Presents the TestArchitect automation
| |
| Report |
Prints a text line to the TestArchitect's report
| |
| Setting |
Gets or Sets a value for TestArchitect setting
| |
| TestCaseContext |
Provides data for a given test case event. It is applicable for both BeginTestCase and EndTestCase.
| |
| TestModuleContext |
Provides data for a given test case event. It is applicable for both BeginTestModule and EndTestModule.
| |
| TestRunContext |
Provides data for a given test run event. It is applicable for both BeginRun and EndRun.
| |
| Variable |
Provides configuration value for a TestArchitect variable
|
| Interface | Description | |
|---|---|---|
| EventArgsContext |
Represents the base context for TestCaseContext, TestModuleContext, TestRunContext, and ActionContext.
| |
| IActionLine |
Represents an built-in action line
| |
| IHarnessModule |
This interface must be implemented since user wants to write new actions
| |
| IHighLevelAction |
Represents a high level action line
| |
| ITestCase |
Represents a test case
| |
| ITestModule |
Represents a test module
| |
| ITestRun |
Represents a test run
|
| Delegate | Description | |
|---|---|---|
| HarnessEventHandler |
Delegate for harness event
|