RhinoCommonUnitTesting icon indicating copy to clipboard operation
RhinoCommonUnitTesting copied to clipboard

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

Results 6 RhinoCommonUnitTesting issues
Sort by recently updated
recently updated
newest added

@tmakin @marios-tsiliakos , Thanks for this template. In the XUnitTestFixture, I see that you are using the locally installed Rhino. If I were to follow this template to run tests...

Assign value from constructor to field

Hi guys, Firstly thanks for this project templates, they helped already a lot! When I want to initialize `Point3d` objects in constructor to use them in different tests, somehow I...

@tmakin I think I figured out why we need to manually load the Grasshopper.dll even though Rhino.Inside should load it by default. I audited where the assemblies are loaded from...

If I clone the project freshly and upgrade from the existing versions of GH/Rhino to the latest pre-release, The GHBox_Centroid_ReturnsGHPoint Test will return the following error: > System.IO.FileNotFoundException : Could...