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

Inheritance: System.Attribute
Datei anzeigen Open project: geeksree/cSharpGeeks

Public Methods

Method 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 method

Constructor
public StressBuckets ( ) : System
return System

StressBuckets() public method

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
return System

StressBuckets() public method

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
return System

StressBuckets() public method

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
return System