Class TestStep
A step within a test case.
This class for internal use for reflection.
Inheritance
object
TestStep
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class TestStep
Constructors
| Edit this page View SourceTestStep()
Default constructor
Declaration
public TestStep()
Properties
| Edit this page View SourceAction
The qualified name of class to be called when running an Action. the class name must be derived from SharedActionBase
Declaration
public string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Details
the details of the test result.
Declaration
public StringBuilder Details { get; }
Property Value
| Type | Description |
|---|---|
| StringBuilder |
Result
The result of the teststep. the default value is None;
Declaration
public Result Result { get; set; }
Property Value
| Type | Description |
|---|---|
| Result |