dotnet / codeformatter

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
MIT License
1.24k stars 244 forks source link

XUnitConverter: StringAssert should be converted to Assert #198

Open patricksadowski opened 9 years ago

patricksadowski commented 9 years ago

Currently no Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert assertion is converted to Xunit.Assert. I prepared some tests in my fork.