Class
TestUpdatePackage

Class contains all updates that occurred to the test during execution.

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestUpdatePackage

Inheritance: objectTestUpdatePackage

Constructors

TestUpdatePackage()

Declaration

cs-api-definition
public TestUpdatePackage()

Properties

Updates

Declaration

cs-api-definition
public IList<UpdateInfo> Updates { get; }

Property Value

IList<UpdateInfo>

Methods

AddUpdate(UpdateInfo)

Declaration

cs-api-definition
public void AddUpdate(UpdateInfo findUpdate)

Parameters

findUpdate

UpdateInfo

Initialize(Project)

Initialize each update info with its corresponding test.

Declaration

cs-api-definition
public void Initialize(Project project)

Parameters

project

Project