ITestExecutionPlugin.AfterTestCompleted Method
This method is called after the test has completed.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Sub AfterTestCompleted ( _
runContext As IDataCollectionRunContext, _
id As TestExecId _
)
void AfterTestCompleted(
IDataCollectionRunContext runContext,
TestExecId id
)
void AfterTestCompleted(
IDataCollectionRunContext^ runContext,
TestExecId^ id
)
abstract AfterTestCompleted :
runContext:IDataCollectionRunContext *
id:TestExecId -> unit
function AfterTestCompleted(
runContext : IDataCollectionRunContext,
id : TestExecId
)
Parameters
runContext
Type: Microsoft.VisualStudio.TestTools.Execution.IDataCollectionRunContextAn IDataCollectionRunContext object that represents the context for the test.
id
Type: Microsoft.VisualStudio.TestTools.Common.TestExecIdThe test ID.
.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
ITestExecutionPlugin Interface