TestStatus 列挙型

定義

public enum TestStatus
type TestStatus = 
継承
TestStatus

フィールド

名前 説明
Inconclusive 0
Skipped 1
Passed 2
Failed 3

適用対象