Skip to content

Building Testing & Debugging

mik3c edited this page Jun 3, 2016 · 1 revision

A few notes about building the solution.

  • You can debug the tests written in the Mathtone.MIST.Tests.UnitTests project to step through the NotificationWeaver code, the tests will run the TestNotifier classes through the process but you must start with a clean build - otherwise the implementation will be added each time you run the tests and the results won't match expected values. This is one of the things I'll try and fix in v 2.0.

Clone this wiki locally