#include <gtest.h>
Definition at line 704 of file gtest.h.
◆ ~TestInfo()
testing::TestInfo::~TestInfo |
( |
| ) |
|
◆ file()
const char * testing::TestInfo::file |
( |
| ) |
const |
|
inline |
Definition at line 736 of file gtest.h.
736{
return location_.
file.c_str(); }
◆ is_in_another_shard()
bool testing::TestInfo::is_in_another_shard |
( |
| ) |
const |
|
inline |
Definition at line 742 of file gtest.h.
742{ return is_in_another_shard_; }
◆ is_reportable()
bool testing::TestInfo::is_reportable |
( |
| ) |
const |
|
inline |
Definition at line 763 of file gtest.h.
763 {
764
765
766 return matches_filter_ && !is_in_another_shard_;
767 }
◆ line()
int testing::TestInfo::line |
( |
| ) |
const |
|
inline |
◆ name()
const char * testing::TestInfo::name |
( |
| ) |
const |
|
inline |
Definition at line 719 of file gtest.h.
719{ return name_.c_str(); }
◆ result()
const TestResult * testing::TestInfo::result |
( |
| ) |
const |
|
inline |
◆ should_run()
bool testing::TestInfo::should_run |
( |
| ) |
const |
|
inline |
Definition at line 760 of file gtest.h.
760{ return should_run_; }
◆ test_case_name()
const char * testing::TestInfo::test_case_name |
( |
| ) |
const |
|
inline |
Definition at line 715 of file gtest.h.
const char * test_suite_name() const
◆ test_suite_name()
const char * testing::TestInfo::test_suite_name |
( |
| ) |
const |
|
inline |
Definition at line 711 of file gtest.h.
711{ return test_suite_name_.c_str(); }
◆ type_param()
const char * testing::TestInfo::type_param |
( |
| ) |
const |
|
inline |
Definition at line 723 of file gtest.h.
723 {
724 if (type_param_.get() != nullptr) return type_param_->c_str();
725 return nullptr;
726 }
◆ value_param()
const char * testing::TestInfo::value_param |
( |
| ) |
const |
|
inline |
Definition at line 730 of file gtest.h.
730 {
731 if (value_param_.get() != nullptr) return value_param_->c_str();
732 return nullptr;
733 }
◆ internal::MakeAndRegisterTestInfo
◆ internal::StreamingListenerTest
friend class internal::StreamingListenerTest |
|
friend |
◆ internal::UnitTestImpl
friend class internal::UnitTestImpl |
|
friend |
◆ Test
◆ TestSuite
The documentation for this class was generated from the following files:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googletest/include/gtest/gtest.h
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googletest/src/gtest.cc