C# Class UIAStressHelpers.PacketInfo

To pass parameters to a thread, you need an 'object' datatype. This class serves as the object to the paramaterized thread that is called from the StressTests to Scenarios.StressTests.RunStressTests
Afficher le fichier Open project: geeksree/cSharpGeeks Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PacketInfo ( UIA applicationElement, UIA element, IApplicationCommands appCommands, TestLab testLab, int actionCount, ArrayList automationProperties, ArrayList automationPatterns, Scenario scenario ) : System

Constructor of object to pass to the thread

Method Details

PacketInfo() public méthode

Constructor of object to pass to the thread
public PacketInfo ( UIA applicationElement, UIA element, IApplicationCommands appCommands, TestLab testLab, int actionCount, ArrayList automationProperties, ArrayList automationPatterns, Scenario scenario ) : System
applicationElement UIA
element UIA
appCommands IApplicationCommands
testLab TestLab
actionCount int
automationProperties System.Collections.ArrayList
automationPatterns System.Collections.ArrayList
scenario Scenario
Résultat System