Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
e0425498
Unverified
Commit
e0425498
authored
Jan 30, 2019
by
Gennadiy Civil
Committed by
GitHub
Jan 30, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2091 from google/gennadiycivil-patch-1
Repeat #2090
parents
8e37822b
acde02c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
advanced.md
googletest/docs/advanced.md
+1
-1
No files found.
googletest/docs/advanced.md
View file @
e0425498
...
@@ -1198,7 +1198,7 @@ also supports per-test-suite set-up/tear-down. To use it:
...
@@ -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
1.
Outside your test fixture class (typically just below it), define those
member variables, optionally giving them initial values.
member variables, optionally giving them initial values.
1.
In the same test fixture class, define a
`static void SetUpTestSuite()`
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()`
to set up the shared resources and a
`static void TearDownTestSuite()`
function to tear them down.
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