OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Use xUnit.net for all unit testing #64

Closed Andy-Wilkinson closed 9 years ago

Andy-Wilkinson commented 9 years ago

The ASP.Net repo uses xUnit.net for all unit testing. Also this migration going forward will allow the same tests to run under Xamarin (?). Rather than migrate all existing tests, may wish to start using xUnit.net for new code and keep legacy tests?

Andy-Wilkinson commented 9 years ago

Used https://github.com/dotnet/codeformatter to convert all tests to xUnit.net