tmakin / RhinoCommonUnitTesting

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

TestInitialize method #9

Open oguzhankoral opened 2 years ago

oguzhankoral commented 2 years ago

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 can not run tests.. Do you know why?

Best regards,