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
f1afeaa6
Commit
f1afeaa6
authored
Oct 22, 2019
by
Abseil Team
Committed by
Gennadiy Civil
Oct 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Typo in Registering tests programmatically section. Changed "were" to "where". PiperOrigin-RevId: 276060801
parent
8c91ecef
Hide 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 @
f1afeaa6
...
@@ -1803,7 +1803,7 @@ For technical reasons, there are some caveats:
...
@@ -1803,7 +1803,7 @@ For technical reasons, there are some caveats:
## Registering tests programmatically
## Registering tests programmatically
The
`TEST`
macros handle the vast majority of all use cases, but there are few
The
`TEST`
macros handle the vast majority of all use cases, but there are few
were runtime registration logic is required. For those cases, the framework
w
h
ere runtime registration logic is required. For those cases, the framework
provides the
`::testing::RegisterTest`
that allows callers to register arbitrary
provides the
`::testing::RegisterTest`
that allows callers to register arbitrary
tests dynamically.
tests dynamically.
...
...
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