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: docs/test/live-unit-testing.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The first time you start Live Unit Testing for a solution you are presented with
47
47
When Live Unit Testing runs it creates a workspace, which is a copy of the original repository. Live Unit Testing then applies any unsaved changes that you made in Visual Studio to the workspace, performs a build, a test run, and reports on the latest code coverage.
48
48
The first thing that you should configure using the wizard is where the files should be copied from and where they should be copied to.
49
49
50
-

50
+

51
51
52
52
### Repository root
53
53
This specifies the folder that will be copied to create the Live Unit Testing workspace. It should be the root folder of the repository, that is, it should contain all sources, binaries, and tools.
@@ -117,7 +117,7 @@ Configure Live Unit Testing by selecting **Tools** > **Options** from the top-le
117
117
118
118
The following image shows the Live Unit Testing configuration options available in the dialog:
119
119
120
-

120
+

121
121
122
122
The configurable options include:
123
123
@@ -205,7 +205,7 @@ At any time, you can temporarily pause or completely stop Live Unit Testing. You
205
205
206
206
When you start Live Unit Testing, the Live Unit Testing tool window appears and prompts you to select the set of tests that you want tested by Live Unit Testing.
207
207
208
-

208
+

209
209
210
210
For smaller solutions where the unit tests take very little time to execute, you can click the **Include all tests** button, which makes Live Unit Testing run all tests.
211
211
@@ -228,7 +228,7 @@ You can use the playlist editor for the Live Unit Testing tab to include or excl
228
228
229
229
You can select, or deselect, the tree view elements to include or exclude tests. For example, if you check a single test, Live Unit Testing will run it on changes. If you select a class, then all tests in that class will run and any new tests added to that class will run as well.
230
230
231
-

231
+

0 commit comments