tmakin / RhinoCommonUnitTesting

Example of unit testing RhinoCommon from within the Visual Studio test runner on windows
35 stars 14 forks source link

RhinoCommon Unit Testing

Intro

Example of unit testing RhinoCommon from within the Visual Studio test runner on windows.

Prerequisites

Rhino 7
https://www.rhino3d.com/download/Rhino/7.0

Visual Studio 2019 https://www.visualstudio.com/downloads/

Test Framework

This project provides examples for XUnit and MS Test, but the principles would be easily transferable to other frameworks if needs.

How to Run

Further Reading

For more info on using Rhino in a headless environment see the Rhino Compute project: https://github.com/mcneel/compute.rhino3d

Troubleshooting