Show / Hide Table of Contents

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 Source

TestStep()

Default constructor

Declaration
public TestStep()

Properties

| Edit this page View Source

Action

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
| Edit this page View Source

Details

the details of the test result.

Declaration
public StringBuilder Details { get; }
Property Value
Type Description
StringBuilder
| Edit this page View Source

Result

The result of the teststep. the default value is None;

Declaration
public Result Result { get; set; }
Property Value
Type Description
Result
  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2024 AXA France, All rights reserved.