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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ This is your runnable test. The `[TestExecutor<RevitThreadExecutor>]` attribute
54
54
55
55
## Running your tests
56
56
57
-
**TUnit** is built on top of the Microsoft.Testing.Platform. Combined with source-generated tests, running your tests is available in multiple ways.
57
+
**TUnit** is built on top of the **Microsoft.Testing.Platform**. Combined with source-generated tests, running your tests is available in multiple ways.
58
58
59
59
### dotnet run
60
60
@@ -90,6 +90,13 @@ cd 'C:/Your/Test/Directory/bin/Release R26/'
90
90
dotnet YourTestProject.dll
91
91
```
92
92
93
+
### JetBrains Rider
94
+
95
+
The [Enable Testing Platform support option](https://www.jetbrains.com/help/rider/Reference__Options__Tools__Unit_Testing__VSTest.html) must be selected in Settings > Build,
0 commit comments