C# 클래스 Microsoft.Test.UIAutomation.Tests.Scenarios.StressBuckets

상속: System.Attribute
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 메소드들

메소드 설명
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