Rhino.Testing icon indicating copy to clipboard operation
Rhino.Testing copied to clipboard

NUnit dotnet unit testing for Rhino3D

Results 8 Rhino.Testing issues
Sort by recently updated
recently updated
newest added

When my library's interface contains RhinoCommon objects, and RhinoTest references that library and also inherits that interface, RhinoCommon gets loaded too early, causing a DLL not found error. ``` public...

Does it work for Rhino 7? And if not is there any specific reason for that?

Does this work on mac os? I have tried running it on my m1 macbook but I keep encountering this error, can someone please suggest a workaround for this? ![Screenshot...

In the readme it is stated that our config should include ``` C:\Program Files\Rhino 8\System ``` However when building for NetCore, should we target the `C:\Program Files\Rhino 8\System\netcore\RhinoCommon.dll` instead?

in the readme.md it is stated that: `Deriving your test fixtures from Rhino.Testing.Fixtures.RhinoSetupFixture` .. Is this a typo? They should derive from RhinoTestFixtures ?

It would be useful to be able to have a config option to run Rhino with a UI OR add an attribute for tests that need to run with a...

I turned on breaking at all exceptions and now I'm getting this exception in the OneTimeSetup(); ![image](https://github.com/user-attachments/assets/669474bb-a300-488d-ad8c-3f55951a7436)

Hi @eirannejad , I'm trying to run the SimpleRhinoTests, directly cloned. I'm getting the below "errors" although 0 tests will run. ``` ========== Starting test discovery ========== ========== Test discovery...