Click or drag to resize
IHarnessModule Interface
This interface must be implemented since user wants to write new actions

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 IHarnessModule

The IHarnessModule type exposes the following members.

Methods
  NameDescription
Public methodDivert
Public methodGetModuleName
define a module name
Public methodGetSupportedAction
get the action names which are supported in this test module
Top
See Also