iced/Iced.UnitTests
de4dot b3b77d4fe9 Add instruction prop tests 2019-01-03 17:26:48 +01:00
..
Intel Add instruction prop tests 2019-01-03 17:26:48 +01:00
Iced.UnitTests.csproj Move common props to Directory.Build.props 2018-12-23 08:20:54 +01: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.