TestContext.TestResultsDirectory Property
Gets the directory for the test result files.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property TestResultsDirectory As String
public virtual string TestResultsDirectory { get; }
public:
virtual property String^ TestResultsDirectory {
String^ get ();
}
abstract TestResultsDirectory : string
override TestResultsDirectory : string
function get TestResultsDirectory () : String
Property Value
Type: System.String
The directory for the test result files.
.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.