|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-param-util.h>
Public Member Functions | |
| ParameterizedTestSuiteRegistry ()=default | |
| ~ParameterizedTestSuiteRegistry () | |
| template<class TestSuite > | |
| ParameterizedTestSuiteInfo < TestSuite > * | GetTestSuitePatternHolder (std::string test_suite_name, CodeLocation code_location) |
| void | RegisterTests () |
| template<class TestCase > | |
| ParameterizedTestCaseInfo < TestCase > * | GetTestCasePatternHolder (std::string test_case_name, CodeLocation code_location) |
Private Types | |
| using | TestSuiteInfoContainer = ::std::vector< ParameterizedTestSuiteInfoBase * > |
Private Member Functions | |
| ParameterizedTestSuiteRegistry (const ParameterizedTestSuiteRegistry &)=delete | |
| ParameterizedTestSuiteRegistry & | operator= (const ParameterizedTestSuiteRegistry &)=delete |
Private Attributes | |
| TestSuiteInfoContainer | test_suite_infos_ |
| ::std::unordered_map < std::string, size_t > | suite_name_to_info_index_ |
Definition at line 691 of file gtest-param-util.h.
|
private |
Definition at line 751 of file gtest-param-util.h.
|
default |
|
inline |
Definition at line 694 of file gtest-param-util.h.
|
privatedelete |
|
inline |
Definition at line 703 of file gtest-param-util.h.
|
inline |
Definition at line 734 of file gtest-param-util.h.
|
inline |
Definition at line 742 of file gtest-param-util.h.
|
privatedelete |
|
private |
Definition at line 753 of file gtest-param-util.h.
|
private |
Definition at line 754 of file gtest-param-util.h.
1.8.5