Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
f9665846
Commit
f9665846
authored
Nov 05, 2019
by
Krystian Kuzniarek
Browse files
update gen_gtest_pred_impl.py
After
7bd4a7f3
gtest_pred_impl_unittest.cc used to be newer than its template.
parent
8697709e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
googletest/scripts/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 {
...
@@ -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_;
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_;
static bool finished_;
"""
%
DEFS
"""
%
DEFS
...
@@ -576,12 +576,12 @@ typedef Predicate%(n)sTest ASSERT_PRED%(n)sTest;
...
@@ -576,12 +576,12 @@ typedef Predicate%(n)sTest ASSERT_PRED%(n)sTest;
"""Returns the test for a predicate assertion macro.
"""Returns the test for a predicate assertion macro.
Args:
Args:
use_format: true iff the assertion is a *_PRED_FORMAT*.
use_format: true if
and only i
f the assertion is a *_PRED_FORMAT*.
use_assert: true iff the assertion is a ASSERT_*.
use_assert: true if
and only i
f the assertion is a ASSERT_*.
expect_failure: true iff the assertion is expected to fail.
expect_failure: true if
and only i
f the assertion is expected to fail.
use_functor: true iff the first argument of the assertion is
use_functor: true if
and only i
f the first argument of the assertion is
a functor (as opposed to a function)
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.
argument(s) of a user-defined type.
Example:
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