C# Класс 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
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

PacketInfo() публичный Метод

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
Результат System