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
1cc9514d
Commit
1cc9514d
authored
Jul 14, 2015
by
kosak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment.
parent
54566c25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
gtest_unittest.cc
test/gtest_unittest.cc
+10
-0
No files found.
test/gtest_unittest.cc
View file @
1cc9514d
...
@@ -1517,6 +1517,16 @@ TEST(TestResultPropertyTest, GetTestProperty) {
...
@@ -1517,6 +1517,16 @@ TEST(TestResultPropertyTest, GetTestProperty) {
EXPECT_DEATH_IF_SUPPORTED
(
test_result
.
GetTestProperty
(
-
1
),
""
);
EXPECT_DEATH_IF_SUPPORTED
(
test_result
.
GetTestProperty
(
-
1
),
""
);
}
}
// Tests the Test class.
//
// It's difficult to test every public method of this class (we are
// already stretching the limit of Google Test by using it to test itself!).
// Fortunately, we don't have to do that, as we are already testing
// the functionalities of the Test class extensively by using Google Test
// alone.
//
// Therefore, this section only contains one test.
// Tests that GTestFlagSaver works on Windows and Mac.
// Tests that GTestFlagSaver works on Windows and Mac.
class
GTestFlagSaverTest
:
public
Test
{
class
GTestFlagSaverTest
:
public
Test
{
...
...
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