geberit / Revit.TestRunner

Unit Test Runner for Autodesk Revit
MIT License
84 stars 30 forks source link

Alternative for NUnit Test for Revit 2025. #34

Open ricaun opened 7 months ago

ricaun commented 7 months ago

Hello @tobiasfloescher-geberit

I wonder if you are planning to update this project to work with Revit 2025 (.Net 8.0).

Because I created a new unit test from scratch, and used the same injection of Revit objects in the test, inspired by Revit.TestRunner.

This means all the tests should run smoothly without any code changes in the Tests.

Have some handy features like:

Here is the link for the RevitTest.Samples project.

tobiasfloescher-geberit commented 7 months ago

Hello @ricaun

Thanks for your message. Since we have updated our projects to .Net8, I will update Revit.TestRunner soon as well.

Your RevitTest.Samples project looks very promising. I will check it out.