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
8a3c8c93
Commit
8a3c8c93
authored
Aug 25, 2015
by
Billy Donahue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tiny fix
parent
5b3ef3bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+6
-5
No files found.
README.md
View file @
8a3c8c93
Welcome to
**Google
C++ Test Framework**
!
Welcome to
**Google
Test**
, the Google C++ Test Framework
!
This GitHub repository is a merger of the former
<googletest>
and
<googlemock>
products,
This GitHub repository is a merger of the former
<googletest>
and
<googlemock>
products,
which are so closely related that it makes sense to maintain and release them together.
which are so closely related that it makes sense to maintain and release them together.
## GoogleTest ##
## GoogleTest ##
Based on the xUnit architecture. Supports automatic test discovery, a rich
Based on the
[
XUnit
](
https://en.wikipedia.org/wiki/XUnit
)
architecture.
set of assertions, user-defined assertions, death tests, fatal and
Supports automatic test discovery, a rich set of assertions, user-defined
non-fatal failures, value- and type-parameterized tests, various
assertions, death tests, fatal and non-fatal failures, value- and
options for running the tests, and XML test report generation.
type-parameterized tests, various options for running the tests, and XML test
report generation.
## Platforms ##
## Platforms ##
...
...
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