You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,7 @@
5
5
</picture>
6
6
</p>
7
7
8
-
## Unit testing framework for Revit API
9
-
10
-
This library provides a testing shell for Revit add-ins using a Microsoft testing platform.
8
+
A testing library for Revit add-ins powered by the [TUnit](https://github.com/thomhurst/TUnit) testing framework.
11
9
12
10
## Installation
13
11
@@ -21,7 +19,7 @@ The packages are compiled for specific versions of Revit. To support different v
21
19
```
22
20
23
21
> [!WARNING]
24
-
> The public version of the package does not contain implementation for the framework.
22
+
> The public version of this package does not contain implementation for the framework.
25
23
> An open source version is not currently planned due to Autodesk export regulations.
26
24
27
25
## Writing your first test
@@ -53,7 +51,7 @@ This is your runnable test. The `[TestExecutor<RevitThreadExecutor>]` attribute
53
51
54
52
## Running your tests
55
53
56
-
This library uses TUnit, which is built on top of the Microsoft.Testing.Platform. Combined with source-generated tests, running your tests is available in multiple ways.
54
+
**TUnit** is built on top of the Microsoft.Testing.Platform. Combined with source-generated tests, running your tests is available in multiple ways.
0 commit comments