Hi,
I am developing my custom rhino plugin and am setting up the automated tests for the various features. I am encountering a problem with the testing environment where I can run smoothly each test one by one without failure, I can even run some tests grouped at once but if I group too many of them or try to run all tests the process freezes at some point and crashes with the enigmatic message “[Error] The active test run was aborted. Reason: Test host process crashed” …
- Any idea on how to solve this ?
- Could this be related to RhinoDoc.ActiveDoc usage on several tests ? I was also wondering if there is a safe way to clean the ActiveDoc between tests when running multiple tests, since some of them are testing the serialisation of my plugin (through Read/WriteDocument) I kind of need to go with ActiveDoc save/Open right ?
I am using Rhino.Testing package and correctly (hopefully) using RhinoSetupFixture and RhinoTestFixture.
Thanks for your help