Unit testing infrastructure

November 11, 2020 ยท View on GitHub

Boogie uses the NUnit unit testing framework. We currently use NUnit 3.12.0.

Run the tests as follows:

$ dotnet test Source/Boogie.sln

NUnit tests can also be run within most IDEs, like Visual Studio and MonoDevelop.