RhinoCommon Unit testing

Following the 2018 Rhino dev day, I have put together a repo providing an example of how to do unit testing of RhinoCommon from within Visual Studio. This approach builds on the new headless mode included with the latest WIP 7 release. Thanks to @stevebaer for the heads up.

Hope some of you find it useful.

9 Likes

Thanks Tom
@Alain, @brian, @scottd you may be interested in looking at this to give you some ideas on unit testing Rhino as a DLL.