claunia / plist-cil

C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist
Other
54 stars 17 forks source link

Migrate to xUnit #25

Closed qmfrederik closed 7 years ago

qmfrederik commented 7 years ago

Migrates the test to xUnit instead of NUnit. When I build the solution, the tests now show up in the Test Explorer window in Visual Studio, and I can also run the tests from within VS.

claunia commented 7 years ago

Is xUnit supported on XS, MD or VS:Mac?

qmfrederik commented 7 years ago

Yes, I believe on all, for Xamarin Studio and Visual Studio for Mac see https://github.com/xunit/xamarinstudio.xunit/issues/50 - I believe they added it recently.