Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 310 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 310 Bytes

Unit testing infrastructure

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.