RunInfo 類別
表示關於測試回合執行的資訊。
繼承階層架構
System.Object
Microsoft.VisualStudio.TestTools.Common.RunInfo
命名空間: Microsoft.VisualStudio.TestTools.Common
組件: Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
語法
'宣告
<SerializableAttribute> _
Public NotInheritable Class RunInfo _
Implements IXmlTestStore
[SerializableAttribute]
public sealed class RunInfo : IXmlTestStore
[SerializableAttribute]
public ref class RunInfo sealed : IXmlTestStore
[<Sealed>]
[<SerializableAttribute>]
type RunInfo =
class
interface IXmlTestStore
end
public final class RunInfo implements IXmlTestStore
RunInfo 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
RunInfo | 使用提供的資訊,初始化 RunInfo 類別的執行個體。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
AgentMachine | 取得執行測試的電腦名稱。 | |
ComputerInfo | 取得執行測試的電腦名稱。 | |
Exception | 取得測試回合所產生的 Exception (如果有的話)。 | |
IsPass | 取得值,這個值表示測試回合產生可接受的結果。 | |
Outcome | 取得 TestOutcome 列舉的成員,表示測試回合最後的結果。 | |
OutcomeText | 取得 Outcome 屬性值的文字表示。 | |
Text | 取得建立執行個體時所提供的訊息文字。 | |
TextHashCode | 取得 Text 屬性之內容的雜湊程式碼。 | |
Timestamp | 取得建立執行個體時的日期與時間。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
Load | 使用提供的參數,從提供的 XML 項目載入物件。 | |
Save | 使用提供的參數,將目前的物件儲存至指定的 XML 項目。 | |
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。