Definition at line 384 of file gtest_output_test_.cc.
◆ FatalFailureInFixtureConstructorTest()
FatalFailureInFixtureConstructorTest::FatalFailureInFixtureConstructorTest |
( |
| ) |
|
|
inlineprotected |
Definition at line 386 of file gtest_output_test_.cc.
386 {
387 printf(
"(expecting 2 failures)\n");
389 }
LOGGING_API void printf(Category category, const char *format,...)
◆ ~FatalFailureInFixtureConstructorTest()
FatalFailureInFixtureConstructorTest::~FatalFailureInFixtureConstructorTest |
( |
| ) |
|
|
inlineprotected |
◆ SetUp()
virtual void FatalFailureInFixtureConstructorTest::SetUp |
( |
| ) |
|
|
inlineprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 395 of file gtest_output_test_.cc.
395 {
397 << "We should never get here, as the test fixture c'tor "
398 << "had a fatal failure.";
399 }
◆ TearDown()
virtual void FatalFailureInFixtureConstructorTest::TearDown |
( |
| ) |
|
|
inlineprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 401 of file gtest_output_test_.cc.
401 {
402 ADD_FAILURE() <<
"UNEXPECTED failure in TearDown(). "
403 << "We should never get here, as the test fixture c'tor "
404 << "had a fatal failure.";
405 }
The documentation for this class was generated from the following file: