Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
ce29e55c
Unverified
Commit
ce29e55c
authored
Jan 30, 2019
by
Gennadiy Civil
Committed by
GitHub
Jan 30, 2019
Browse files
Merge pull request #2090 from KellyWalker/patch-1
Update advanced.md casing in example
parents
9318a18c
2775733e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/docs/advanced.md
googletest/docs/advanced.md
+1
-1
No files found.
googletest/docs/advanced.md
View file @
ce29e55c
...
...
@@ -1198,7 +1198,7 @@ also supports per-test-suite set-up/tear-down. To use it:
1.
Outside your test fixture class (typically just below it), define those
member variables, optionally giving them initial values.
1.
In the same test fixture class, define a
`static void SetUpTestSuite()`
function (remember not to spell it as
**`Set
U
pTestSuite`**
with a small
`u`
!)
function (remember not to spell it as
**`Set
u
pTestSuite`**
with a small
`u`
!)
to set up the shared resources and a
`static void TearDownTestSuite()`
function to tear them down.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment