RunInfo コンストラクター
指定された情報を使用して、RunInfo クラスのインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.TestTools.Common
アセンブリ: Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)
構文
'宣言
Public Sub New ( _
textMessage As String, _
ex As Exception, _
computer As String, _
outcome As TestOutcome _
)
public RunInfo(
string textMessage,
Exception ex,
string computer,
TestOutcome outcome
)
public:
RunInfo(
String^ textMessage,
Exception^ ex,
String^ computer,
TestOutcome outcome
)
new :
textMessage:string *
ex:Exception *
computer:string *
outcome:TestOutcome -> RunInfo
public function RunInfo(
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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。