◆ SetUp()
virtual void Predicate2Test::SetUp |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ TearDown()
virtual void Predicate2Test::TearDown |
( |
| ) |
|
|
inlineprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 523 of file gtest_pred_impl_unittest.cc.
523 {
524
525
527 "The predicate assertion didn't evaluate argument 2 "
528 "exactly once.";
530 "The predicate assertion didn't evaluate argument 3 "
531 "exactly once.";
532
533
535 FAIL() <<
"The predicate assertion unexpactedly aborted the test.";
537 FAIL() <<
"The failed predicate assertion didn't abort the test "
538 "as expected.";
539 }
540 }
#define EXPECT_EQ(val1, val2)
◆ expected_to_finish_
bool Predicate2Test::expected_to_finish_ |
|
staticprotected |
◆ finished_
bool Predicate2Test::finished_ |
|
staticprotected |
◆ n1_
◆ n2_
The documentation for this class was generated from the following file: