◆ SetUp()
virtual void Predicate3Test::SetUp |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ TearDown()
virtual void Predicate3Test::TearDown |
( |
| ) |
|
|
inlineprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 957 of file gtest_pred_impl_unittest.cc.
957 {
958
959
961 "The predicate assertion didn't evaluate argument 2 "
962 "exactly once.";
964 "The predicate assertion didn't evaluate argument 3 "
965 "exactly once.";
967 "The predicate assertion didn't evaluate argument 4 "
968 "exactly once.";
969
970
972 FAIL() <<
"The predicate assertion unexpactedly aborted the test.";
974 FAIL() <<
"The failed predicate assertion didn't abort the test "
975 "as expected.";
976 }
977 }
#define EXPECT_EQ(val1, val2)
◆ expected_to_finish_
bool Predicate3Test::expected_to_finish_ |
|
staticprotected |
◆ finished_
bool Predicate3Test::finished_ |
|
staticprotected |
◆ n1_
◆ n2_
◆ n3_
The documentation for this class was generated from the following file: