◆ SetUp()
virtual void Predicate5Test::SetUp |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ TearDown()
virtual void Predicate5Test::TearDown |
( |
| ) |
|
|
inlineprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 1951 of file gtest_pred_impl_unittest.cc.
1951 {
1952
1953
1955 "The predicate assertion didn't evaluate argument 2 "
1956 "exactly once.";
1958 "The predicate assertion didn't evaluate argument 3 "
1959 "exactly once.";
1961 "The predicate assertion didn't evaluate argument 4 "
1962 "exactly once.";
1964 "The predicate assertion didn't evaluate argument 5 "
1965 "exactly once.";
1967 "The predicate assertion didn't evaluate argument 6 "
1968 "exactly once.";
1969
1970
1972 FAIL() <<
"The predicate assertion unexpactedly aborted the test.";
1974 FAIL() <<
"The failed predicate assertion didn't abort the test "
1975 "as expected.";
1976 }
1977 }
#define EXPECT_EQ(val1, val2)
◆ expected_to_finish_
bool Predicate5Test::expected_to_finish_ |
|
staticprotected |
◆ finished_
bool Predicate5Test::finished_ |
|
staticprotected |
◆ n1_
◆ n2_
◆ n3_
◆ n4_
◆ n5_
The documentation for this class was generated from the following file: