TestOutcomeHelper 類別
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
提供測試結果的 Helper 方法。
繼承階層架構
System.Object
Microsoft.VisualStudio.TestTools.Common.TestOutcomeHelper
命名空間: Microsoft.VisualStudio.TestTools.Common
組件: Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
語法
'宣告
Public NotInheritable Class TestOutcomeHelper
public static class TestOutcomeHelper
public ref class TestOutcomeHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type TestOutcomeHelper = class end
public final class TestOutcomeHelper
TestOutcomeHelper 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
GetAggregationOutcome | 傳回測試結果 (Test Outcome),表示提供之陣列中每個測試結果 (Test Result) 的最低數值。 | |
IsAbort | 傳回值,這個值表示測試是否已中止。 | |
IsFail | 傳回值,這個值表示測試是否失敗。 | |
IsPass | 傳回值,這個值表示測試是否成功。 | |
IsTerminal | 傳回值,這個值表示測試是成功還是失敗。 | |
IsWarning | 傳回值,這個值表示結果是否為警告。 | |
Localize | 傳回當地語系化的結果訊息。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。