C# Class MSTestAllureAdapter.ErrorInfo

Represents an ErrorInfo element in the trx file.
>This class is immutable.
Mostrar archivo Open project: allure-framework/allure-mstest-adapter Class Usage Examples

Public Methods

Method Description
ErrorInfo ( string message ) : System
ErrorInfo ( string message, string stackTrace ) : System
ErrorInfo ( string message, string stackTrace, string stdOut ) : System
ToString ( ) : string

Method Details

ErrorInfo() public method

public ErrorInfo ( string message ) : System
message string
return System

ErrorInfo() public method

public ErrorInfo ( string message, string stackTrace ) : System
message string
stackTrace string
return System

ErrorInfo() public method

public ErrorInfo ( string message, string stackTrace, string stdOut ) : System
message string
stackTrace string
stdOut string
return System

ToString() public method

public ToString ( ) : string
return string