Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute.TestCaseAttribute C# (CSharp) Method

TestCaseAttribute() public method

Constructor
public TestCaseAttribute ( ) : System
return 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