iced/Iced.UnitTests
de4dot 7b4b8a72a1 readonly 2019-05-24 20:17:27 +02:00
..
Intel readonly 2019-05-24 20:17:27 +02:00
Iced.UnitTests.csproj Update nuget package version 2019-05-22 18:58:26 +02:00
README.md Remove utf8 bom 2019-01-01 12:53:32 +01:00
xunit.runner.json Remove utf8 bom 2019-01-01 12:53:32 +01:00

README.md

This assembly has all the unit tests (xUnit).

It's recommended to run all unit tests from the command line and not use Visual Studio's Test Explorer because it's too slow. xUnit's -noappdomain option should also be used to disable running the unit tests in a new AppDomain. Running the unit tests in a new AppDomain will serialize and deserialize lots of data and slows things down a lot.

VS is really slow. dotnet test is faster. xunit.console.exe is fastest.