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
f9665846
Commit
f9665846
authored
Nov 05, 2019
by
Krystian Kuzniarek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update gen_gtest_pred_impl.py
After
7bd4a7f3
gtest_pred_impl_unittest.cc used to be newer than its template.
parent
8697709e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
gen_gtest_pred_impl.py
googletest/scripts/gen_gtest_pred_impl.py
+7
-7
No files found.
googletest/scripts/gen_gtest_pred_impl.py
View file @
f9665846
...
...
@@ -544,10 +544,10 @@ class Predicate%(n)sTest : public testing::Test {
}
}
// true iff the test function is expected to run to finish.
// true if
and only i
f the test function is expected to run to finish.
static bool expected_to_finish_;
// true iff the test function did run to finish.
// true if
and only i
f the test function did run to finish.
static bool finished_;
"""
%
DEFS
...
...
@@ -576,12 +576,12 @@ typedef Predicate%(n)sTest ASSERT_PRED%(n)sTest;
"""Returns the test for a predicate assertion macro.
Args:
use_format: true iff the assertion is a *_PRED_FORMAT*.
use_assert: true iff the assertion is a ASSERT_*.
expect_failure: true iff the assertion is expected to fail.
use_functor: true iff the first argument of the assertion is
use_format: true if
and only i
f the assertion is a *_PRED_FORMAT*.
use_assert: true if
and only i
f the assertion is a ASSERT_*.
expect_failure: true if
and only i
f the assertion is expected to fail.
use_functor: true if
and only i
f the first argument of the assertion is
a functor (as opposed to a function)
use_user_type: true iff the predicate functor/function takes
use_user_type: true if
and only i
f the predicate functor/function takes
argument(s) of a user-defined type.
Example:
...
...
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