Definition at line 5331 of file gtest_unittest.cc.
◆ GetTestInfo()
static const TestInfo * testing::TestInfoTest::GetTestInfo |
( |
const char * | test_name | ) |
|
|
inlinestaticprotected |
Definition at line 5333 of file gtest_unittest.cc.
5333 {
5334 const TestCase*
const test_case = GetUnitTestImpl()->
5335 GetTestCase("TestInfoTest", "", NULL, NULL);
5336
5339 if (strcmp(test_name, test_info->
name()) == 0)
5340 return test_info;
5341 }
5342 return NULL;
5343 }
const TestInfo * GetTestInfo(int i) const
int total_test_count() const
const char * name() const
◆ GetTestResult()
static const TestResult * testing::TestInfoTest::GetTestResult |
( |
const TestInfo * | test_info | ) |
|
|
inlinestaticprotected |
The documentation for this class was generated from the following file:
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googletest/test/gtest_unittest.cc