-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Luiz Henrique Cassettari edited this page Dec 19, 2024
·
10 revisions
Welcome to the ricaun.RevitTest wiki!
Start testing with the RevitTest.Sample project.
---
title: ricaun.RevitTest
---
flowchart LR
dll(dll)
TestAdapter[TestAdapter]
Console[Console]
Application[Application]
dll--dotnet test-->TestAdapter
TestAdapter--Start-->Console
Console--Run Tests-->Application
Console-.Open/Close.-Revit
subgraph Revit [Revit]
Application
end