This topic has not yet been rated - Rate this topic

TestContext.ResultsDirectory Property

Gets the top-level directory that contains test results and test result directories for the test run. This is typically a subdirectory of TestRunDirectory.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
public virtual string ResultsDirectory { get; }

Property Value

Type: String
The top-level directory that contains test results and test result directories for the test run.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.