Skip to content
Luiz Henrique Cassettari edited this page Dec 19, 2024 · 10 revisions

Welcome to the ricaun.RevitTest wiki!

Start testing with the RevitTest.Sample project.

WorkFlow

---
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
Loading

RevitTest

Application

Command

Console

Shared

TestAdapter

Clone this wiki locally