RunInfo Constructor
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in microsoft.visualstudio.qualitytools.common.dll)
Assembly: Microsoft.VisualStudio.QualityTools.Common (in microsoft.visualstudio.qualitytools.common.dll)
public:
RunInfo (
String^ textMessage,
Exception^ ex,
ComputerInfo^ computer,
TestOutcome outcome
)
public RunInfo ( String textMessage, Exception ex, ComputerInfo computer, TestOutcome outcome )
public function RunInfo ( textMessage : String, ex : Exception, computer : ComputerInfo, outcome : TestOutcome )
Parameters
- textMessage
- ex
- computer
- outcome
Show: