共用方式為


TestCaseFailureType 列舉型別

此列舉表示 TestCaseFailedEventArgs 類別中所用之測試案例的失敗類型。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
Public Enumeration TestCaseFailureType
public enum TestCaseFailureType
public enum class TestCaseFailureType
type TestCaseFailureType
public enum TestCaseFailureType

成員

成員名稱 說明
Assertion 判斷提示失敗。
MissingException 例外狀況遺失。
None 未失敗。
Other 發生未知的失敗類型。
UnexpectedException 遇到未預期的例外狀況。
UnhandledException 例外狀況未處理。

請參閱

參考

Microsoft.VisualStudio.TestTools.Execution 命名空間

TestCaseFailedEventArgs