Skip to content

Commit 2da53d8

Browse files
author
Matthew Sebolt
authored
Update microsoft-visualstudio-testtools-cppunittestframework-api-reference.md
1 parent 8f839ec commit 2da53d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/microsoft-visualstudio-testtools-cppunittestframework-api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Header and lib paths are automatically configured in a Native Test project.
9696
TEST_CLASS(className)
9797
```
9898
99-
Required for each class containing test methods. Identifies *className* as a test class. `TEST_CLASS` must be declared at namescape scope.
99+
Required for each class containing test methods. Identifies *className* as a test class. `TEST_CLASS` must be declared at namespace scope.
100100
101101
```cpp
102102
TEST_METHOD(methodName)

0 commit comments

Comments
 (0)