#include <gtest.h>
Definition at line 670 of file gtest.h.
◆ ~TestInfo()
testing::TestInfo::~TestInfo |
( |
| ) |
|
◆ file()
const char * testing::TestInfo::file |
( |
| ) |
const |
|
inline |
Definition at line 699 of file gtest.h.
699{
return location_.
file.c_str(); }
◆ is_in_another_shard()
bool testing::TestInfo::is_in_another_shard |
( |
| ) |
const |
|
inline |
Definition at line 705 of file gtest.h.
705{ return is_in_another_shard_; }
◆ is_reportable()
bool testing::TestInfo::is_reportable |
( |
| ) |
const |
|
inline |
Definition at line 726 of file gtest.h.
726 {
727
728
729 return matches_filter_ && !is_in_another_shard_;
730 }
◆ line()
int testing::TestInfo::line |
( |
| ) |
const |
|
inline |
◆ name()
const char * testing::TestInfo::name |
( |
| ) |
const |
|
inline |
Definition at line 680 of file gtest.h.
680{ return name_.c_str(); }
◆ result()
const TestResult * testing::TestInfo::result |
( |
| ) |
const |
|
inline |
◆ should_run()
bool testing::TestInfo::should_run |
( |
| ) |
const |
|
inline |
Definition at line 723 of file gtest.h.
723{ return should_run_; }
◆ test_case_name()
const char * testing::TestInfo::test_case_name |
( |
| ) |
const |
|
inline |
Definition at line 677 of file gtest.h.
677{ return test_case_name_.c_str(); }
◆ type_param()
const char * testing::TestInfo::type_param |
( |
| ) |
const |
|
inline |
Definition at line 684 of file gtest.h.
684 {
685 if (type_param_.
get() != NULL)
686 return type_param_->c_str();
687 return NULL;
688 }
◆ value_param()
const char * testing::TestInfo::value_param |
( |
| ) |
const |
|
inline |
Definition at line 692 of file gtest.h.
692 {
693 if (value_param_.
get() != NULL)
694 return value_param_->c_str();
695 return NULL;
696 }
◆ internal::MakeAndRegisterTestInfo
◆ internal::StreamingListenerTest
friend class internal::StreamingListenerTest |
|
friend |
◆ internal::UnitTestImpl
◆ Test
◆ TestCase
The documentation for this class was generated from the following files:
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googletest/include/gtest/gtest.h
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googletest/src/gtest.cc