Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefh/testtoolstoxunitproxy
Microsoft.VisualStudio.TestTools.UnitTesting to Xunit proxy
https://github.com/stefh/testtoolstoxunitproxy
Last synced: 19 days ago
JSON representation
Microsoft.VisualStudio.TestTools.UnitTesting to Xunit proxy
- Host: GitHub
- URL: https://github.com/stefh/testtoolstoxunitproxy
- Owner: StefH
- License: mit
- Created: 2016-01-30T12:46:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T11:02:04.000Z (over 7 years ago)
- Last Synced: 2024-04-14T13:08:17.043Z (7 months ago)
- Language: C#
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestToolsToXunitProxy
Microsoft.VisualStudio.TestTools.UnitTesting to Xunit proxyThis project makes it possible to keep your existing tests written in Microsoft.VisualStudio.TestTools.UnitTesting but use XUnit assertions.
This can be usefull when upgrading a .net 4.x project to the new .netcore (netstandard / netcoreapp) projects and you don't want to modify all tests yet to xunit (because Microsoft.VisualStudio.TestTools.UnitTesting does not yet support .netcore).