◆ SetUp()
void Predicate3Test::SetUp |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ TearDown()
void Predicate3Test::TearDown |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 954 of file gtest_pred_impl_unittest.cc.
954 {
955
956
958 "The predicate assertion didn't evaluate argument 2 "
959 "exactly once.";
961 "The predicate assertion didn't evaluate argument 3 "
962 "exactly once.";
964 "The predicate assertion didn't evaluate argument 4 "
965 "exactly once.";
966
967
969 FAIL() <<
"The predicate assertion unexpactedly aborted the test.";
971 FAIL() <<
"The failed predicate assertion didn't abort the test "
972 "as expected.";
973 }
974 }
#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: