Called when a test run is completed to allow test adapters to clean up.
Namespace:  Microsoft.VisualStudio.TestTools.TestAdapter
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Sub PreTestRunFinished ( _
    runContext As IRunContext _
)
void PreTestRunFinished(
    IRunContext runContext
)
void PreTestRunFinished(
    IRunContext^ runContext
)
abstract PreTestRunFinished : 
        runContext:IRunContext -> unit
function PreTestRunFinished(
    runContext : IRunContext
)
Parameters
- runContext 
 Type: Microsoft.VisualStudio.TestTools.Execution.IRunContext- The context for this test run. 
.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.