C# 클래스 MSTestAllureAdapter.TRXParser

MSTest TRX parser.
상속: ITestResultProvider
파일 보기 프로젝트 열기: allure-framework/allure-mstest-adapter

공개 메소드들

메소드 설명
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