Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-param-util.h>
Public Member Functions | |
ParameterizedTestSuiteRegistry () | |
~ParameterizedTestSuiteRegistry () | |
template<class TestSuite > | |
ParameterizedTestSuiteInfo < TestSuite > * | GetTestSuitePatternHolder (const char *test_suite_name, CodeLocation code_location) |
void | RegisterTests () |
template<class TestCase > | |
ParameterizedTestCaseInfo < TestCase > * | GetTestCasePatternHolder (const char *test_case_name, CodeLocation code_location) |
Private Types | |
using | TestSuiteInfoContainer = ::std::vector< ParameterizedTestSuiteInfoBase * > |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (ParameterizedTestSuiteRegistry) | |
Private Attributes | |
TestSuiteInfoContainer | test_suite_infos_ |
Definition at line 684 of file gtest-param-util.h.
|
private |
Definition at line 740 of file gtest-param-util.h.
|
inline |
Definition at line 686 of file gtest-param-util.h.
|
inline |
Definition at line 687 of file gtest-param-util.h.
|
inline |
Definition at line 696 of file gtest-param-util.h.
|
inline |
Definition at line 724 of file gtest-param-util.h.
|
inline |
Definition at line 732 of file gtest-param-util.h.
|
private |
|
private |
Definition at line 742 of file gtest-param-util.h.