Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 291 Bytes

HamedStack.VSTest

A C# TRX file parser based on vstst.xsd schema. It covers all details you need.

TestRunType? testRun = TestSchemaManager.ConvertToTestRun(trxContent);

This library built based on XmlSchemaClassGenerator.