iced/Iced.UnitTests
de4dot 34e958b1d1 Prevent dupe test case warning 2018-09-21 18:55:35 +02:00
..
Intel Prevent dupe test case warning 2018-09-21 18:55:35 +02:00
Iced.UnitTests.csproj Remove net471 target, keep only netstandard2.0 2018-09-21 18:53:04 +02:00
README.md Update README 2018-09-06 20:56:44 +02:00
xunit.runner.json Try RunConfiguration.NoAutoReporters via dotnet test 2018-09-12 21:58:57 +02: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.