Message 1 of 5
Unit Test for Revit Addin

Not applicable
12-11-2019
03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to write unit tests for the Revit addin I created using Revit 2020.
I used xUnit and implemented test cases but it is failing as it needs Revit application to run.
I've checked the Revit.TestRunner, RevitTestFramework projects for unit test they don't work for Revit 2020, and I want to implement test in my project.
Is there a way to implement unit tests for Revit addin.