Definition at line 5504 of file gtest_unittest.cc.
◆ SetUp()
void testing::SetUpTestSuiteTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ SetUpTestSuite()
static void testing::SetUpTestSuiteTest::SetUpTestSuite |
( |
| ) |
|
|
inlinestaticprotected |
Definition at line 5508 of file gtest_unittest.cc.
5508 {
5509 printf("Setting up the test suite . . .\n");
5510
5511
5512
5513
5515
5516
5518
5519
5521 }
static const char * shared_resource_
◆ TearDownTestSuite()
static void testing::SetUpTestSuiteTest::TearDownTestSuite |
( |
| ) |
|
|
inlinestaticprotected |
Definition at line 5525 of file gtest_unittest.cc.
5525 {
5526 printf("Tearing down the test suite . . .\n");
5527
5528
5530
5531
5533
5534
5536 }
◆ counter_
int testing::SetUpTestSuiteTest::counter_ = 0 |
|
staticprotected |
◆ shared_resource_
const char * testing::SetUpTestSuiteTest::shared_resource_ = nullptr |
|
staticprotected |
The documentation for this class was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googletest/test/gtest_unittest.cc