◆ SetUp()
void Predicate1Test::SetUp |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ TearDown()
void Predicate1Test::TearDown |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 130 of file gtest_pred_impl_unittest.cc.
130 {
131
132
134 "The predicate assertion didn't evaluate argument 2 "
135 "exactly once.";
136
137
139 FAIL() <<
"The predicate assertion unexpactedly aborted the test.";
141 FAIL() <<
"The failed predicate assertion didn't abort the test "
142 "as expected.";
143 }
144 }
#define EXPECT_EQ(val1, val2)
◆ expected_to_finish_
bool Predicate1Test::expected_to_finish_ |
|
staticprotected |
◆ finished_
bool Predicate1Test::finished_ |
|
staticprotected |
◆ n1_
The documentation for this class was generated from the following file: