Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute.TestCaseAttribute C# (CSharp) 메소드

TestCaseAttribute() 공개 메소드

Constructor
public TestCaseAttribute ( ) : System
리턴 System
        public TestCaseAttribute()
        {
        }

Same methods

TestCaseAttribute::TestCaseAttribute ( string TestName ) : System
TestCaseAttribute::TestCaseAttribute ( string TestName, TestPriorities priority, TestStatus TestStatus, string Author, string Description ) : System
TestCaseAttribute::TestCaseAttribute ( string testSummary, string testName, TestPriorities _priority, TestStatus TestStatus, string Author, string Description ) : System
TestCaseAttribute