ITestExecutionPlugin.AfterExecutionCompleted 方法
在完成所有測試之後,會呼叫這個方法,表示測試回合完成。
命名空間: Microsoft.VisualStudio.TestTools.Execution
組件: Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
語法
'宣告
Sub AfterExecutionCompleted ( _
run As TestRun, _
sink As IResultSink, _
runContext As IDataCollectionRunContext _
)
void AfterExecutionCompleted(
TestRun run,
IResultSink sink,
IDataCollectionRunContext runContext
)
void AfterExecutionCompleted(
TestRun^ run,
IResultSink^ sink,
IDataCollectionRunContext^ runContext
)
abstract AfterExecutionCompleted :
run:TestRun *
sink:IResultSink *
runContext:IDataCollectionRunContext -> unit
function AfterExecutionCompleted(
run : TestRun,
sink : IResultSink,
runContext : IDataCollectionRunContext
)
參數
- run
型別:Microsoft.VisualStudio.TestTools.Common.TestRun
目前正在處理且需要採取特殊動作的測試回合。
- sink
型別:Microsoft.VisualStudio.TestTools.Execution.IResultSink
IResultSink 物件,用於傳送資料。
- runContext
型別:Microsoft.VisualStudio.TestTools.Execution.IDataCollectionRunContext
表示測試內容的 IDataCollectionRunContext 物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。