C# Class Forseti.Output.MSTest.Transformation.Results

Inheritance: ITransformToTrx
Datei anzeigen Open project: dolittle/Forseti Class Usage Examples

Public Methods

Method Description
AddResult ( string name, System.Guid testId, System.Guid executionId, string computerName, UnitTestResult outcome, string errorMessage ) : void
Results ( ) : System
TransformToTrx ( ) : System.Xml.Linq.XElement

Method Details

AddResult() public method

public AddResult ( string name, System.Guid testId, System.Guid executionId, string computerName, UnitTestResult outcome, string errorMessage ) : void
name string
testId System.Guid
executionId System.Guid
computerName string
outcome UnitTestResult
errorMessage string
return void

Results() public method

public Results ( ) : System
return System

TransformToTrx() public method

public TransformToTrx ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement