C# Class Microsoft.Test.UIAutomation.Tests.Scenarios.StressBuckets

Inheritance: System.Attribute
Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode Description
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

Method Details

StressBuckets() public méthode

Constructor
public StressBuckets ( ) : System
Résultat System

StressBuckets() public méthode

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
Résultat System

StressBuckets() public méthode

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
Résultat System

StressBuckets() public méthode

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
Résultat System