◆ SetUp()
void Predicate2Test::SetUp |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ TearDown()
void Predicate2Test::TearDown |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 521 of file gtest_pred_impl_unittest.cc.
521 {
522
523
525 "The predicate assertion didn't evaluate argument 2 "
526 "exactly once.";
528 "The predicate assertion didn't evaluate argument 3 "
529 "exactly once.";
530
531
533 FAIL() <<
"The predicate assertion unexpactedly aborted the test.";
535 FAIL() <<
"The failed predicate assertion didn't abort the test "
536 "as expected.";
537 }
538 }
#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: