RunResultAndStatistics.AddRunInfo メソッド
RunInfo オブジェクトを RunInfoList プロパティ値に追加します。
名前空間: Microsoft.VisualStudio.TestTools.Common
アセンブリ: Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)
構文
'宣言
Public Sub AddRunInfo ( _
textMessage As String, _
ex As Exception, _
computer As String, _
outcome As TestOutcome _
)
public void AddRunInfo(
string textMessage,
Exception ex,
string computer,
TestOutcome outcome
)
public:
void AddRunInfo(
String^ textMessage,
Exception^ ex,
String^ computer,
TestOutcome outcome
)
member AddRunInfo :
textMessage:string *
ex:Exception *
computer:string *
outcome:TestOutcome -> unit
public function AddRunInfo(
textMessage : String,
ex : Exception,
computer : String,
outcome : TestOutcome
)
パラメーター
- textMessage
型 : System.String
テストの実行に関するテキスト情報を格納している string。
- ex
型 : System.Exception
オプションの Exception。
- computer
型 : System.String
テストが実行されたコンピューターの名前。
- outcome
型 : Microsoft.VisualStudio.TestTools.Common.TestOutcome
テストの実行がどのように終了したかを示す TestOutcome 列挙体のメンバー。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。