Skip to content

Commit ea8eceb

Browse files
committed
Rename the media asset files
Spell out lut and add a hyphen for tool window.
1 parent d253e2c commit ea8eceb

5 files changed

+4
-4
lines changed

docs/test/live-unit-testing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The first time you start Live Unit Testing for a solution you are presented with
4747
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.
4848
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.
4949

50-
![Screenshot of Live Unit Testing configuration wizard page 1](./media/lut-v2/configure-lut-wizard-1.png)
50+
![Screenshot of Live Unit Testing configuration wizard page 1](./media/lut-v2/configure-live-unit-testing-wizard.png)
5151

5252
### Repository root
5353
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
117117
118118
The following image shows the Live Unit Testing configuration options available in the dialog:
119119

120-
![Screenshot of Live Unit Testing configuration options](./media/lut-v2/tools-options-lut.png)
120+
![Screenshot of Live Unit Testing configuration options](./media/lut-v2/tools-options-live-unit-testing.png)
121121

122122
The configurable options include:
123123

@@ -205,7 +205,7 @@ At any time, you can temporarily pause or completely stop Live Unit Testing. You
205205

206206
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.
207207

208-
![Screenshot of tool window shown when Live Unit Testing starts for the first time](./media/lut-v2/start-lut-toolwindow.png)
208+
![Screenshot of tool window shown when Live Unit Testing starts for the first time](./media/lut-v2/start-live-unit-testing-tool-window.png)
209209

210210
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.
211211

@@ -228,7 +228,7 @@ You can use the playlist editor for the Live Unit Testing tab to include or excl
228228

229229
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.
230230

231-
![Screenshot of Live Unit Testing playlist editor](./media/lut-v2/edit-lut-playlist.png)
231+
![Screenshot of Live Unit Testing playlist editor](./media/lut-v2/edit-live-unit-testing-playlist.png)
232232

233233
### The code editor window
234234

0 commit comments

Comments
 (0)