Skip to content

Commit 9a04943

Browse files
authored
Merge pull request #791 from malchera/patch-1
Fix mistake in TEST_CLASS_INITIALIZE explanation
2 parents f7d7867 + 258f385 commit 9a04943

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
@@ -142,7 +142,7 @@ TEST_CLASS_INITIALIZE(methodName)
142142
}
143143
```
144144
145-
Defines *methodName* as a method that runs after each test class is created. `TEST_CLASS_INITIALIZE` can only be defined once in a test class and must be defined in the scope of the test class.
145+
Defines *methodName* as a method that runs before each test class is created. `TEST_CLASS_INITIALIZE` can only be defined once in a test class and must be defined in the scope of the test class.
146146
147147
```cpp
148148
TEST_CLASS_CLEANUP(methodName)

0 commit comments

Comments
 (0)