Skip to content

Latest commit

 

History

History
 
 

README.md

XUnitConverter

This is a tool for converting projects from using MSTest to XUnit. This tool automates many of the repetitive tasks like changing to [Fact] attributes, using the correct methods on Assert, updating namespaces, etc ...

Usage

The tool takes only the project to be converted as an argument.

xunitconverter <project path>

Contributing

We follow the same contribution process that corefx is using.