C# Класс Microsoft.Test.UIAutomation.Tests.Scenarios.StressBuckets

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
StressBuckets ( ) : System

Constructor

StressBuckets ( string patternName, string methodOrPropertyName, TestLab testLab, TestWorks testWorks ) : System

Constructor for custom attribute associated with the UIAutomation test

StressBuckets ( string patternName, string methodOrPropertyName, TestLab testLab, TestWorks testWorks, Scenario scenario ) : System

Constructor for custom attribute associated with the UIAutomation test

StressBuckets ( string patternName, string methodOrPropertyName, TestLab testLab, TestWorks testWorks, int bugNumber ) : System

Constructor for custom attribute associated with the UIAutomation test

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

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

Constructor
public StressBuckets ( ) : System
Результат System

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

Constructor for custom attribute associated with the UIAutomation test
public StressBuckets ( string patternName, string methodOrPropertyName, TestLab testLab, TestWorks testWorks ) : System
patternName string
methodOrPropertyName string
testLab TestLab
testWorks TestWorks
Результат System

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

Constructor for custom attribute associated with the UIAutomation test
public StressBuckets ( string patternName, string methodOrPropertyName, TestLab testLab, TestWorks testWorks, Scenario scenario ) : System
patternName string
methodOrPropertyName string
testLab TestLab
testWorks TestWorks
scenario Scenario
Результат System

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

Constructor for custom attribute associated with the UIAutomation test
public StressBuckets ( string patternName, string methodOrPropertyName, TestLab testLab, TestWorks testWorks, int bugNumber ) : System
patternName string
methodOrPropertyName string
testLab TestLab
testWorks TestWorks
bugNumber int
Результат System