TestCaseEventArgs.TestCaseName Property
Gets or sets the name of the test case.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property TestCaseName As String
public string TestCaseName { get; private set; }
public:
property String^ TestCaseName {
String^ get ();
private: void set (String^ value);
}
member TestCaseName : string with get, private set
function get TestCaseName () : String
private function set TestCaseName (value : String)
Property Value
Type: System.String
The name of the test case.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.Execution Namespace
#ctor(DataCollectionContext, Int32, String, Boolean)