TestResult.ToString Method ()
Returns a string representation of this test result.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String
Return Value
Type: System.String
A string representation of this test result.
See Also
TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace
Return to top