Definition at line 5443 of file gtest_unittest.cc.
◆ SetUp()
void testing::SetUpTestCaseTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ SetUpTestCase()
static void testing::SetUpTestCaseTest::SetUpTestCase |
( |
| ) |
|
|
inlinestaticprotected |
Definition at line 5447 of file gtest_unittest.cc.
5447 {
5448 printf("Setting up the test case . . .\n");
5449
5450
5451
5452
5454
5455
5457
5458
5460 }
static const char * shared_resource_
◆ TearDownTestCase()
static void testing::SetUpTestCaseTest::TearDownTestCase |
( |
| ) |
|
|
inlinestaticprotected |
Definition at line 5464 of file gtest_unittest.cc.
5464 {
5465 printf("Tearing down the test case . . .\n");
5466
5467
5469
5470
5472
5473
5475 }
◆ counter_
int testing::SetUpTestCaseTest::counter_ = 0 |
|
staticprotected |
◆ shared_resource_
const char * testing::SetUpTestCaseTest::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