ClassTestUpdatePackage
Class
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
Methods
AddUpdate(UpdateInfo)
Declaration
cs-api-definition
public void AddUpdate(UpdateInfo findUpdate)
Parameters
findUpdate
Initialize(Project)
Initialize each update info with its corresponding test.