C# Класс MSTestAllureAdapter.TRXParser

MSTest TRX parser.
Наследование: ITestResultProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetTestResults ( string filePath ) : IEnumerable

Parses the test results from the supplied trx file.

Приватные методы

Метод Описание
CreateMSTestResult ( System.Xml.Linq.XElement unitTest, System.Xml.Linq.XElement unitTestResult ) : MSTestResult
CreateMSTestResultInternal ( UnitTestData unitTestData, System.Xml.Linq.XElement unitTestResult ) : MSTestResult
GetDescription ( System.Xml.Linq.XElement unitTestElement ) : string
GetOwner ( System.Xml.Linq.XElement unitTestElement ) : string
ParseErrorInfo ( System.Xml.Linq.XElement errorInfoXmlElement ) : ErrorInfo
ParseInnerTestResults ( UnitTestData unitTestData, System.Xml.Linq.XElement unitTestResult ) : IEnumerable

Описание методов

GetTestResults() публичный Метод

Parses the test results from the supplied trx file.
public GetTestResults ( string filePath ) : IEnumerable
filePath string File path to the trx file.
Результат IEnumerable