Definition at line 6378 of file gtest_unittest.cc.
◆ SetUpTestSuite()
| static void testing::CurrentTestInfoTest::SetUpTestSuite |
( |
| ) |
|
|
inlinestaticprotected |
Definition at line 6382 of file gtest_unittest.cc.
6382 {
6383
6387 << "There should be no tests running at this point.";
6388 }
#define EXPECT_TRUE(condition)
const TestInfo * current_test_info() const GTEST_LOCK_EXCLUDED_(mutex_)
static UnitTest * GetInstance()
◆ TearDownTestSuite()
| static void testing::CurrentTestInfoTest::TearDownTestSuite |
( |
| ) |
|
|
inlinestaticprotected |
Definition at line 6392 of file gtest_unittest.cc.
6392 {
6396 << "There should be no tests running at this point.";
6397 }
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