◆ SetUp()
void Predicate5Test::SetUp |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ TearDown()
void Predicate5Test::TearDown |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 1946 of file gtest_pred_impl_unittest.cc.
1946 {
1947
1948
1950 "The predicate assertion didn't evaluate argument 2 "
1951 "exactly once.";
1953 "The predicate assertion didn't evaluate argument 3 "
1954 "exactly once.";
1956 "The predicate assertion didn't evaluate argument 4 "
1957 "exactly once.";
1959 "The predicate assertion didn't evaluate argument 5 "
1960 "exactly once.";
1962 "The predicate assertion didn't evaluate argument 6 "
1963 "exactly once.";
1964
1965
1967 FAIL() <<
"The predicate assertion unexpactedly aborted the test.";
1969 FAIL() <<
"The failed predicate assertion didn't abort the test "
1970 "as expected.";
1971 }
1972 }
#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: