Skip to content

Commit 30a0267

Browse files
author
Michael Blome
committed
fixes per review
1 parent 4dc4daa commit 30a0267

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/test/writing-unit-tests-for-c-cpp.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Write unit tests for C/C++ in Visual Studio"
3-
ms.date: 10/08/2018
3+
ms.date: 10/09/2018
44
ms.prod: visual-studio-dev15
55
ms.technology: vs-ide-test
66
ms.topic: conceptual
@@ -27,7 +27,8 @@ Visual Studio includes these C++ test frameworks with no additional downloads re
2727
In addition to the installed frameworks, you can write your own test adapter for whatever framework you would like to use within Visual Studio. A test adapter can integrate unit tests with the **Test Explorer** window. Several third-party adapters are available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com). For more information, see [Install third-party unit test frameworks](install-third-party-unit-test-frameworks.md).
2828

2929
**Visual Studio 2017 version 15.7 (Professional and Enterprise)**
30-
C++ Unit Test projects support [CodeLens](../ide/find-code-changes-and-other-history-with-codelens.md).
30+
31+
C++ unit test projects support [CodeLens](../ide/find-code-changes-and-other-history-with-codelens.md).
3132

3233
**Visual Studio 2017 version 15.5**
3334

@@ -114,7 +115,7 @@ For best practices related to unit testing, see [Unit test basics](unit-test-bas
114115
**Visual Studio 2017 version 15.7 Professional and Enterprise Editions only**:
115116
[CodeLens](..ide/find-code-changes-and-other-history-with-codelens.md) enables you to quickly see the status of a unit test without leaving the code editor. You can initialize CodeLens for a C++ unit test project in any of these ways:
116117
117-
- Edit and Build your test project or solution.
118+
- Edit and build your test project or solution.
118119
- Rebuild your project or solution.
119120
- Run test(s) from the **Test Explorer** window.
120121

0 commit comments

Comments
 (0)